When finish using the browser storage for one formset, browser should clean the ConfigRequest string for this formset.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14380 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1544,4 +1544,15 @@ GetHotKeyFromRegisterList (
|
||||
IN EFI_INPUT_KEY *KeyData
|
||||
);
|
||||
|
||||
/**
|
||||
Base on the current formset info, clean the ConfigRequest string in browser storage.
|
||||
|
||||
@param FormSet Pointer of the FormSet
|
||||
|
||||
**/
|
||||
VOID
|
||||
CleanBrowserStorage (
|
||||
IN OUT FORM_BROWSER_FORMSET *FormSet
|
||||
);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user