Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 30502be8f174fd76d0a700392fb508d0a296b16d..6f0f72e2aaec864adb00b8269a3bc1b4b2a71135 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -136,6 +136,9 @@ class ProfileImpl : public Profile, |
virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE; |
virtual GURL GetHomePage() OVERRIDE; |
virtual NetworkActionPredictor* GetNetworkActionPredictor() OVERRIDE; |
+ virtual void SaveSessionState() OVERRIDE; |
+ virtual void RestoreSessionState() OVERRIDE; |
+ virtual void DiscardSessionState() OVERRIDE; |
#if defined(OS_CHROMEOS) |
virtual void ChangeAppLocale(const std::string& locale, |