Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 7f143a63496511685f8864346b52e0e898d499b3..7ebfe45e4064f954e8b7b68338ab57938bfd6a45 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -137,6 +137,7 @@ class ProfileImpl : public Profile, |
virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE; |
virtual GURL GetHomePage() OVERRIDE; |
virtual NetworkActionPredictor* GetNetworkActionPredictor() OVERRIDE; |
+ virtual void SaveSessionState() OVERRIDE; |
#if defined(OS_CHROMEOS) |
virtual void ChangeAppLocale(const std::string& locale, |
@@ -317,6 +318,8 @@ class ProfileImpl : public Profile, |
chrome_browser_net::Predictor* predictor_; |
+ bool session_restore_enabled_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ProfileImpl); |
}; |