Chromium Code Reviews| 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; |