diff -r aead3f7e1bb0 -r b149f0820e5a browserui/browser/BrowserAppInc/ApiProvider.h --- a/browserui/browser/BrowserAppInc/ApiProvider.h Wed Jun 09 09:45:02 2010 +0300 +++ b/browserui/browser/BrowserAppInc/ApiProvider.h Mon Jun 21 15:43:41 2010 +0300 @@ -397,6 +397,14 @@ * @param none */ virtual TBool IsDisplayingMenuOrDialog() = 0; + + /** + * API to complete the delayed UI initialization. Invoked once after first view is up. + * @return ETrue if successful + * EFalse otherwise + * @param none + */ + virtual TBool CompleteDelayedInit() = 0; };