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

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

Issue 1366643002: Extract guts of ChromeStabilityMetricsProvider into helper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 445
446 extern const char kDeviceOpenNetworkConfiguration[]; 446 extern const char kDeviceOpenNetworkConfiguration[];
447 447
448 extern const char kProfileLastUsed[]; 448 extern const char kProfileLastUsed[];
449 extern const char kProfilesLastActive[]; 449 extern const char kProfilesLastActive[];
450 extern const char kProfilesNumCreated[]; 450 extern const char kProfilesNumCreated[];
451 extern const char kProfileInfoCache[]; 451 extern const char kProfileInfoCache[];
452 extern const char kProfileCreatedByVersion[]; 452 extern const char kProfileCreatedByVersion[];
453 extern const char kProfileResetPromptMementosInLocalState[]; 453 extern const char kProfileResetPromptMementosInLocalState[];
454 454
455 extern const char kStabilityPageLoadCount[];
456 extern const char kStabilityRendererCrashCount[];
457 extern const char kStabilityRendererFailedLaunchCount[];
458 extern const char kStabilityExtensionRendererCrashCount[];
459 extern const char kStabilityExtensionRendererFailedLaunchCount[];
460 extern const char kStabilityRendererHangCount[];
461 extern const char kStabilityChildProcessCrashCount[];
462 extern const char kStabilityOtherUserCrashCount[]; 455 extern const char kStabilityOtherUserCrashCount[];
463 extern const char kStabilityKernelCrashCount[]; 456 extern const char kStabilityKernelCrashCount[];
464 extern const char kStabilitySystemUncleanShutdownCount[]; 457 extern const char kStabilitySystemUncleanShutdownCount[];
465 #if defined(OS_ANDROID) 458 #if defined(OS_ANDROID)
466 extern const char kStabilityForegroundActivityType[]; 459 extern const char kStabilityForegroundActivityType[];
467 extern const char kStabilityLaunchedActivityFlags[]; 460 extern const char kStabilityLaunchedActivityFlags[];
468 extern const char kStabilityLaunchedActivityCounts[]; 461 extern const char kStabilityLaunchedActivityCounts[];
469 extern const char kStabilityCrashedActivityCounts[]; 462 extern const char kStabilityCrashedActivityCounts[];
470 #endif 463 #endif
471 464
472 extern const char kStabilityPluginStats[]; 465 extern const char kStabilityPluginStats[];
473 extern const char kStabilityPluginName[]; 466 extern const char kStabilityPluginName[];
474 extern const char kStabilityPluginLaunches[]; 467 extern const char kStabilityPluginLaunches[];
475 extern const char kStabilityPluginInstances[]; 468 extern const char kStabilityPluginInstances[];
476 extern const char kStabilityPluginCrashes[]; 469 extern const char kStabilityPluginCrashes[];
477 extern const char kStabilityPluginLoadingErrors[]; 470 extern const char kStabilityPluginLoadingErrors[];
478 471
479 extern const char kUninstallMetricsPageLoadCount[];
480 extern const char kUninstallLastLaunchTimeSec[]; 472 extern const char kUninstallLastLaunchTimeSec[];
481 extern const char kUninstallLastObservedRunTimeSec[]; 473 extern const char kUninstallLastObservedRunTimeSec[];
482 474
483 extern const char kBrowserSuppressDefaultBrowserPrompt[]; 475 extern const char kBrowserSuppressDefaultBrowserPrompt[];
484 476
485 extern const char kBrowserWindowPlacement[]; 477 extern const char kBrowserWindowPlacement[];
486 extern const char kBrowserWindowPlacementPopup[]; 478 extern const char kBrowserWindowPlacementPopup[];
487 extern const char kTaskManagerWindowPlacement[]; 479 extern const char kTaskManagerWindowPlacement[];
488 extern const char kTaskManagerColumnVisibility[]; 480 extern const char kTaskManagerColumnVisibility[];
489 extern const char kAppWindowPlacement[]; 481 extern const char kAppWindowPlacement[];
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 810
819 #if defined(ENABLE_EXTENSIONS) 811 #if defined(ENABLE_EXTENSIONS)
820 extern const char kAnimationPolicy[]; 812 extern const char kAnimationPolicy[];
821 #endif 813 #endif
822 814
823 extern const char kBackgroundTracingLastUpload[]; 815 extern const char kBackgroundTracingLastUpload[];
824 816
825 } // namespace prefs 817 } // namespace prefs
826 818
827 #endif // CHROME_COMMON_PREF_NAMES_H_ 819 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698