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

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

Issue 5579002: Add a preference to clear plugin data on browser shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/options/options_util.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 #pragma once 9 #pragma once
10 10
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 extern const char kDesktopNotificationDefaultContentSetting[]; 205 extern const char kDesktopNotificationDefaultContentSetting[];
206 extern const char kDesktopNotificationAllowedOrigins[]; 206 extern const char kDesktopNotificationAllowedOrigins[];
207 extern const char kDesktopNotificationDeniedOrigins[]; 207 extern const char kDesktopNotificationDeniedOrigins[];
208 extern const char kDefaultContentSettings[]; 208 extern const char kDefaultContentSettings[];
209 extern const char kPerHostContentSettings[]; // OBSOLETE 209 extern const char kPerHostContentSettings[]; // OBSOLETE
210 extern const char kContentSettingsVersion[]; 210 extern const char kContentSettingsVersion[];
211 extern const char kContentSettingsPatterns[]; 211 extern const char kContentSettingsPatterns[];
212 extern const char kBlockThirdPartyCookies[]; 212 extern const char kBlockThirdPartyCookies[];
213 extern const char kBlockNonsandboxedPlugins[]; 213 extern const char kBlockNonsandboxedPlugins[];
214 extern const char kClearSiteDataOnExit[]; 214 extern const char kClearSiteDataOnExit[];
215 extern const char kClearPluginLSODataOnExit[];
215 extern const char kDefaultZoomLevel[]; 216 extern const char kDefaultZoomLevel[];
216 extern const char kPerHostZoomLevels[]; 217 extern const char kPerHostZoomLevels[];
217 extern const char kAutoFillEnabled[]; 218 extern const char kAutoFillEnabled[];
218 extern const char kAutoFillAuxiliaryProfilesEnabled[]; 219 extern const char kAutoFillAuxiliaryProfilesEnabled[];
219 extern const char kAutoFillDialogPlacement[]; 220 extern const char kAutoFillDialogPlacement[];
220 extern const char kAutoFillPositiveUploadRate[]; 221 extern const char kAutoFillPositiveUploadRate[];
221 extern const char kAutoFillNegativeUploadRate[]; 222 extern const char kAutoFillNegativeUploadRate[];
222 extern const char kAutoFillPersonalDataManagerFirstRun[]; 223 extern const char kAutoFillPersonalDataManagerFirstRun[];
223 224
224 extern const char kUseVerticalTabs[]; 225 extern const char kUseVerticalTabs[];
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 extern const char kEnableAuthNegotiatePort[]; 426 extern const char kEnableAuthNegotiatePort[];
426 extern const char kAuthServerWhitelist[]; 427 extern const char kAuthServerWhitelist[];
427 extern const char kAuthNegotiateDelegateWhitelist[]; 428 extern const char kAuthNegotiateDelegateWhitelist[];
428 extern const char kGSSAPILibraryName[]; 429 extern const char kGSSAPILibraryName[];
429 430
430 extern const char kKnownBackgroundPages[]; 431 extern const char kKnownBackgroundPages[];
431 432
432 } // namespace prefs 433 } // namespace prefs
433 434
434 #endif // CHROME_COMMON_PREF_NAMES_H_ 435 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/options/options_util.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698