diff -r 84ad3b177aa3 -r 57d5b8e231c4 browserui/browser/BrowserAppInc/BrowserAppUi.h --- a/browserui/browser/BrowserAppInc/BrowserAppUi.h Mon Mar 30 12:49:49 2009 +0300 +++ b/browserui/browser/BrowserAppInc/BrowserAppUi.h Fri May 08 08:18:43 2009 +0300 @@ -105,6 +105,14 @@ public: /** + * Handling the system Event. + * @since Series 60 1.2 + * @param aEvent The System event passed. + */ + + void HandleSystemEventL(const TWsEvent& aEvent); + + /** * Get the active view. * @since Series 60 1.2 * @return The current view. @@ -768,6 +776,13 @@ * @param none */ void ShowNameAndVersionL(); + + /** + * There's a homepage to be launched so start in content view + * [Convenience function that gets used in 2 places] + * @param none + */ + void StartFetchHomePageL(); protected: @@ -947,6 +962,7 @@ TBool iPgNotFound; TBool iSuppressAlwaysAsk; TBool iFlashPresent; + TBool iSpecialSchemeinAddress; RFavouritesSession iFavouritesSess;