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

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

Issue 143683004: Add UMA to track app launcher discoverability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 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 | 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 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 902
903 #if defined(ENABLE_APP_LIST) 903 #if defined(ENABLE_APP_LIST)
904 extern const char kAppListProfile[]; 904 extern const char kAppListProfile[];
905 extern const char kRestartWithAppList[]; 905 extern const char kRestartWithAppList[];
906 906
907 extern const char kLastAppListLaunchPing[]; 907 extern const char kLastAppListLaunchPing[];
908 extern const char kAppListLaunchCount[]; 908 extern const char kAppListLaunchCount[];
909 extern const char kLastAppListAppLaunchPing[]; 909 extern const char kLastAppListAppLaunchPing[];
910 extern const char kAppListAppLaunchCount[]; 910 extern const char kAppListAppLaunchCount[];
911 extern const char kAppLauncherHasBeenEnabled[]; 911 extern const char kAppLauncherHasBeenEnabled[];
912 extern const char kAppListEnableMethod[];
913 extern const char kAppListEnableTime[];
912 extern const char kAppLauncherIsEnabled[]; 914 extern const char kAppLauncherIsEnabled[];
913 extern const char kAppLauncherShortcutVersion[]; 915 extern const char kAppLauncherShortcutVersion[];
914 extern const char kShowAppLauncherPromo[]; 916 extern const char kShowAppLauncherPromo[];
915 #endif 917 #endif
916 918
917 extern const char kAppLaunchForMetroRestart[]; 919 extern const char kAppLaunchForMetroRestart[];
918 extern const char kAppLaunchForMetroRestartProfile[]; 920 extern const char kAppLaunchForMetroRestartProfile[];
919 extern const char kAppShortcutsHaveBeenCreated[]; 921 extern const char kAppShortcutsHaveBeenCreated[];
920 922
921 extern const char kModuleConflictBubbleShown[]; 923 extern const char kModuleConflictBubbleShown[];
(...skipping 16 matching lines...) Expand all
938 #if defined(OS_WIN) 940 #if defined(OS_WIN)
939 extern const char kOsPasswordBlank[]; 941 extern const char kOsPasswordBlank[];
940 extern const char kOsPasswordLastChanged[]; 942 extern const char kOsPasswordLastChanged[];
941 #endif 943 #endif
942 944
943 extern const char kQuickCheckEnabled[]; 945 extern const char kQuickCheckEnabled[];
944 946
945 } // namespace prefs 947 } // namespace prefs
946 948
947 #endif // CHROME_COMMON_PREF_NAMES_H_ 949 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698