Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 8d75eeede19db895948d91a5572efbde2a9023d4..a2afd5388d943047aaeefbbc4a240263b734fd4b 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -152,6 +152,7 @@ class Profile : public content::BrowserContext { |
} |
// content::BrowserContext implementation ------------------------------------ |
+ virtual bool ShouldSaveSessionStorageOnDisk() OVERRIDE; |
// Typesafe upcast. |
virtual TestingProfile* AsTestingProfile(); |