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

Side by Side Diff: chrome/common/pref_names.h

Issue 560024: Reland 37913. Clear local state on exit. (Closed)
Patch Set: Created 10 years, 10 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/views/options/cookie_filter_page_view.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 #endif 114 #endif
115 extern const wchar_t kUseCustomChromeFrame[]; 115 extern const wchar_t kUseCustomChromeFrame[];
116 extern const wchar_t kShowOmniboxSearchHint[]; 116 extern const wchar_t kShowOmniboxSearchHint[];
117 extern const wchar_t kNTPPromoLineRemaining[]; 117 extern const wchar_t kNTPPromoLineRemaining[];
118 extern const wchar_t kNTPPromoImageRemaining[]; 118 extern const wchar_t kNTPPromoImageRemaining[];
119 extern const wchar_t kDesktopNotificationAllowedOrigins[]; 119 extern const wchar_t kDesktopNotificationAllowedOrigins[];
120 extern const wchar_t kDesktopNotificationDeniedOrigins[]; 120 extern const wchar_t kDesktopNotificationDeniedOrigins[];
121 extern const wchar_t kDefaultContentSettings[]; 121 extern const wchar_t kDefaultContentSettings[];
122 extern const wchar_t kPerHostContentSettings[]; 122 extern const wchar_t kPerHostContentSettings[];
123 extern const wchar_t kBlockThirdPartyCookies[]; 123 extern const wchar_t kBlockThirdPartyCookies[];
124 extern const wchar_t kClearSiteDataOnExit[];
124 extern const wchar_t kPerHostZoomLevels[]; 125 extern const wchar_t kPerHostZoomLevels[];
125 extern const wchar_t kAutoFillInfoBarShown[]; 126 extern const wchar_t kAutoFillInfoBarShown[];
126 extern const wchar_t kAutoFillEnabled[]; 127 extern const wchar_t kAutoFillEnabled[];
127 extern const wchar_t kPrivacyFilterRules[]; 128 extern const wchar_t kPrivacyFilterRules[];
128 129
129 // Local state 130 // Local state
130 extern const wchar_t kMetricsClientID[]; 131 extern const wchar_t kMetricsClientID[];
131 extern const wchar_t kMetricsSessionID[]; 132 extern const wchar_t kMetricsSessionID[];
132 extern const wchar_t kMetricsClientIDTimestamp[]; 133 extern const wchar_t kMetricsClientIDTimestamp[];
133 extern const wchar_t kMetricsReportingEnabled[]; 134 extern const wchar_t kMetricsReportingEnabled[];
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 extern const wchar_t kSyncLastSyncedTime[]; 241 extern const wchar_t kSyncLastSyncedTime[];
241 extern const wchar_t kSyncHasSetupCompleted[]; 242 extern const wchar_t kSyncHasSetupCompleted[];
242 243
243 extern const wchar_t kWebAppCreateOnDesktop[]; 244 extern const wchar_t kWebAppCreateOnDesktop[];
244 extern const wchar_t kWebAppCreateInAppsMenu[]; 245 extern const wchar_t kWebAppCreateInAppsMenu[];
245 extern const wchar_t kWebAppCreateInQuickLaunchBar[]; 246 extern const wchar_t kWebAppCreateInQuickLaunchBar[];
246 247
247 } // namespace prefs 248 } // namespace prefs
248 249
249 #endif // CHROME_COMMON_PREF_NAMES_H_ 250 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/options/cookie_filter_page_view.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698