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

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 official build 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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 900
901 #if defined(ENABLE_APP_LIST) 901 #if defined(ENABLE_APP_LIST)
902 extern const char kAppListProfile[]; 902 extern const char kAppListProfile[];
903 extern const char kRestartWithAppList[]; 903 extern const char kRestartWithAppList[];
904 904
905 extern const char kLastAppListLaunchPing[]; 905 extern const char kLastAppListLaunchPing[];
906 extern const char kAppListLaunchCount[]; 906 extern const char kAppListLaunchCount[];
907 extern const char kLastAppListAppLaunchPing[]; 907 extern const char kLastAppListAppLaunchPing[];
908 extern const char kAppListAppLaunchCount[]; 908 extern const char kAppListAppLaunchCount[];
909 extern const char kAppLauncherHasBeenEnabled[]; 909 extern const char kAppLauncherHasBeenEnabled[];
910 extern const char kAppListEnableMethod[];
911 extern const char kAppListEnableTime[];
910 extern const char kAppLauncherIsEnabled[]; 912 extern const char kAppLauncherIsEnabled[];
911 extern const char kAppLauncherShortcutVersion[]; 913 extern const char kAppLauncherShortcutVersion[];
912 extern const char kShowAppLauncherPromo[]; 914 extern const char kShowAppLauncherPromo[];
913 #endif 915 #endif
914 916
915 extern const char kAppLaunchForMetroRestart[]; 917 extern const char kAppLaunchForMetroRestart[];
916 extern const char kAppLaunchForMetroRestartProfile[]; 918 extern const char kAppLaunchForMetroRestartProfile[];
917 extern const char kAppShortcutsHaveBeenCreated[]; 919 extern const char kAppShortcutsHaveBeenCreated[];
918 920
919 extern const char kModuleConflictBubbleShown[]; 921 extern const char kModuleConflictBubbleShown[];
(...skipping 16 matching lines...) Expand all
936 #if defined(OS_WIN) 938 #if defined(OS_WIN)
937 extern const char kOsPasswordBlank[]; 939 extern const char kOsPasswordBlank[];
938 extern const char kOsPasswordLastChanged[]; 940 extern const char kOsPasswordLastChanged[];
939 #endif 941 #endif
940 942
941 extern const char kQuickCheckEnabled[]; 943 extern const char kQuickCheckEnabled[];
942 944
943 } // namespace prefs 945 } // namespace prefs
944 946
945 #endif // CHROME_COMMON_PREF_NAMES_H_ 947 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/app_list/win/app_list_service_win.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698