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

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

Issue 24533002: Added the AutomaticProfileResetter service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final touches on unittests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 <stddef.h> 10 #include <stddef.h>
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 extern const char kEnabledSyncedNotificationSendingServices[]; 409 extern const char kEnabledSyncedNotificationSendingServices[];
410 extern const char kInitializedSyncedNotificationSendingServices[]; 410 extern const char kInitializedSyncedNotificationSendingServices[];
411 411
412 extern const char kExtensionsPref[]; 412 extern const char kExtensionsPref[];
413 extern const char kExtensionsLastChromeVersion[]; 413 extern const char kExtensionsLastChromeVersion[];
414 414
415 extern const char kFullscreenAllowed[]; 415 extern const char kFullscreenAllowed[];
416 416
417 extern const char kLocalDiscoveryNotificationsEnabled[]; 417 extern const char kLocalDiscoveryNotificationsEnabled[];
418 418
419 extern const char kProfileResetPromptMemento[];
420
419 // Local state prefs. Please add Profile prefs above instead. 421 // Local state prefs. Please add Profile prefs above instead.
420 extern const char kCertRevocationCheckingEnabled[]; 422 extern const char kCertRevocationCheckingEnabled[];
421 extern const char kCertRevocationCheckingRequiredLocalAnchors[]; 423 extern const char kCertRevocationCheckingRequiredLocalAnchors[];
422 extern const char kSSLVersionMin[]; 424 extern const char kSSLVersionMin[];
423 extern const char kSSLVersionMax[]; 425 extern const char kSSLVersionMax[];
424 extern const char kCipherSuiteBlacklist[]; 426 extern const char kCipherSuiteBlacklist[];
425 extern const char kEnableOriginBoundCerts[]; 427 extern const char kEnableOriginBoundCerts[];
426 extern const char kDisableSSLRecordSplitting[]; 428 extern const char kDisableSSLRecordSplitting[];
427 extern const char kEnableUnrestrictedSSL3Fallback[]; 429 extern const char kEnableUnrestrictedSSL3Fallback[];
428 extern const char kEnableMemoryInfo[]; 430 extern const char kEnableMemoryInfo[];
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 929
928 extern const char kWatchdogExtensionActive[]; 930 extern const char kWatchdogExtensionActive[];
929 931
930 extern const char kProfilePreferenceHashes[]; 932 extern const char kProfilePreferenceHashes[];
931 933
932 extern const char kNetworkTimeMapping[]; 934 extern const char kNetworkTimeMapping[];
933 935
934 } // namespace prefs 936 } // namespace prefs
935 937
936 #endif // CHROME_COMMON_PREF_NAMES_H_ 938 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698