browserui/browser/BrowserAppInc/BrowserContentView.h
branchRCL_3
changeset 58 aead3f7e1bb0
parent 55 08ffbd51e3fd
--- a/browserui/browser/BrowserAppInc/BrowserContentView.h	Tue May 25 12:45:31 2010 +0300
+++ b/browserui/browser/BrowserAppInc/BrowserContentView.h	Wed Jun 09 09:45:02 2010 +0300
@@ -639,6 +639,8 @@
         void ShowFsStatusPane(TBool aShow);
         
         void setFullScreenFlag(){ iWasContentFullScreenMode = iContentFullScreenMode; }
+		
+		void  CBrowserContentView::HandleStatusPaneCallBack();
         
     private:
 
@@ -704,7 +706,7 @@
         CPeriodic *iAutoFSPeriodic;
         CPeriodic *iIdlePeriodic;
         TBool iFullScreenBeforeEditModeEntry;
-
+        HBufC* iTitle;
     };
 
 #endif