diff -r c9249d037530 -r 25214794fad6 browserui/browser/BrowserAppInc/BrowserContentView.h --- a/browserui/browser/BrowserAppInc/BrowserContentView.h Wed Apr 14 16:00:33 2010 +0300 +++ b/browserui/browser/BrowserAppInc/BrowserContentView.h Tue Apr 27 16:41:18 2010 +0300 @@ -633,7 +633,9 @@ * @return void */ void ShowFsStatusPane(TBool aShow); - + + void setFullScreenFlag(){ iWasContentFullScreenMode = iContentFullScreenMode; } + private: CAknNavigationControlContainer* iNaviPane;