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

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

Issue 10447117: Unwire the clear on exit preference from the storage systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 7 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_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index f4702bbb65673bba496ececdeda67c292c177537..64631c58a37fe4bf688a0bb8f5e078a786b8dbd6 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -91,10 +91,6 @@ class ProfileIOData {
DesktopNotificationService* GetNotificationService() const;
#endif
- BooleanPrefMember* clear_local_state_on_exit() const {
- return &clear_local_state_on_exit_;
- }
-
IntegerPrefMember* session_startup_pref() const {
return &session_startup_pref_;
}
@@ -149,7 +145,6 @@ class ProfileIOData {
~ProfileParams();
FilePath path;
- bool clear_local_state_on_exit;
std::string accept_language;
std::string accept_charset;
std::string referrer_charset;
@@ -302,7 +297,6 @@ class ProfileIOData {
// Member variables which are pointed to by the various context objects.
mutable BooleanPrefMember enable_referrers_;
- mutable BooleanPrefMember clear_local_state_on_exit_;
mutable BooleanPrefMember safe_browsing_enabled_;
// TODO(marja): Remove session_startup_pref_ if no longer needed.
mutable IntegerPrefMember session_startup_pref_;

Powered by Google App Engine
This is Rietveld 408576698