Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index c8e5433129b4bde78fcc81d13f119ecf6146d4d4..f5dba1a362226a3fa5870783e5703cdb93f01f35 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -39,6 +39,10 @@ Profile* Profile::FromWebUI(content::WebUI* web_ui) { |
return FromBrowserContext(web_ui->GetWebContents()->GetBrowserContext()); |
} |
+bool Profile::ShouldSaveSessionStorageOnDisk() { |
+ return false; |
+} |
+ |
TestingProfile* Profile::AsTestingProfile() { |
return NULL; |
} |