Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3768)

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 9963107: Persist sessionStorage on disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review & fixes. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index a7068e7d47322a973d0a1160d19b630bbc674d3d..a43d6ea5abeb62b7ad4857bda3678dfd720b3e1e 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -67,6 +67,7 @@ class ProfileImpl : public Profile,
GetSpeechRecognitionPreferences() OVERRIDE;
virtual bool DidLastSessionExitCleanly() OVERRIDE;
virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
+ virtual bool ShouldSaveSessionStorageOnDisk() const OVERRIDE;
sail 2012/07/11 16:56:11 I'm not sure what session storage is. Does this re
marja 2012/07/12 09:22:03 sessionStorage is part of the HTML5 DOM storage sp
// Profile implementation:
virtual std::string GetProfileName() OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl.cc » ('j') | chrome/browser/ui/startup/session_crashed_prompt.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698