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

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

Issue 14924002: WebUI for Profile Settings Reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.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) 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 469
470 extern const char kProfileLastUsed[]; 470 extern const char kProfileLastUsed[];
471 extern const char kProfilesLastActive[]; 471 extern const char kProfilesLastActive[];
472 extern const char kProfilesNumCreated[]; 472 extern const char kProfilesNumCreated[];
473 extern const char kProfileInfoCache[]; 473 extern const char kProfileInfoCache[];
474 extern const char kProfileCreatedByVersion[]; 474 extern const char kProfileCreatedByVersion[];
475 475
476 extern const char kProfileMetrics[]; 476 extern const char kProfileMetrics[];
477 extern const char kProfilePrefix[]; 477 extern const char kProfilePrefix[];
478 478
479 extern const char kResetDefaultSearchEngine[];
480 extern const char kResetHomepage[];
481 extern const char kResetContentSettings[];
482 extern const char kResetCookiesAndSiteData[];
483 extern const char kResetExtensions[];
484 extern const char kResetExtensionsHandling[];
485
479 extern const char kStabilityExitedCleanly[]; 486 extern const char kStabilityExitedCleanly[];
480 extern const char kStabilityStatsVersion[]; 487 extern const char kStabilityStatsVersion[];
481 extern const char kStabilityStatsBuildTime[]; 488 extern const char kStabilityStatsBuildTime[];
482 extern const char kStabilitySessionEndCompleted[]; 489 extern const char kStabilitySessionEndCompleted[];
483 extern const char kStabilityLaunchCount[]; 490 extern const char kStabilityLaunchCount[];
484 extern const char kStabilityCrashCount[]; 491 extern const char kStabilityCrashCount[];
485 extern const char kStabilityIncompleteSessionEndCount[]; 492 extern const char kStabilityIncompleteSessionEndCount[];
486 extern const char kStabilityPageLoadCount[]; 493 extern const char kStabilityPageLoadCount[];
487 extern const char kStabilityRendererCrashCount[]; 494 extern const char kStabilityRendererCrashCount[];
488 extern const char kStabilityExtensionRendererCrashCount[]; 495 extern const char kStabilityExtensionRendererCrashCount[];
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 extern const char kAppListLaunchCount[]; 920 extern const char kAppListLaunchCount[];
914 extern const char kLastAppListAppLaunchPing[]; 921 extern const char kLastAppListAppLaunchPing[];
915 extern const char kAppListAppLaunchCount[]; 922 extern const char kAppListAppLaunchCount[];
916 923
917 extern const char kDRMSalt[]; 924 extern const char kDRMSalt[];
918 extern const char kEnableDRM[]; 925 extern const char kEnableDRM[];
919 926
920 } // namespace prefs 927 } // namespace prefs
921 928
922 #endif // CHROME_COMMON_PREF_NAMES_H_ 929 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698