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

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

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 4 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
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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 743
744 #if defined(ENABLE_APP_LIST) 744 #if defined(ENABLE_APP_LIST)
745 extern const char kAppListProfile[]; 745 extern const char kAppListProfile[];
746 extern const char kLastAppListLaunchPing[]; 746 extern const char kLastAppListLaunchPing[];
747 extern const char kAppListLaunchCount[]; 747 extern const char kAppListLaunchCount[];
748 extern const char kLastAppListAppLaunchPing[]; 748 extern const char kLastAppListAppLaunchPing[];
749 extern const char kAppListAppLaunchCount[]; 749 extern const char kAppListAppLaunchCount[];
750 extern const char kAppLauncherHasBeenEnabled[]; 750 extern const char kAppLauncherHasBeenEnabled[];
751 extern const char kAppListEnableMethod[]; 751 extern const char kAppListEnableMethod[];
752 extern const char kAppListEnableTime[]; 752 extern const char kAppListEnableTime[];
753 extern const char kAppListLastLaunchTime[];
754 #if defined(OS_MACOSX) 753 #if defined(OS_MACOSX)
755 extern const char kAppLauncherShortcutVersion[]; 754 extern const char kAppLauncherShortcutVersion[];
756 #endif 755 #endif
757 extern const char kShowAppLauncherPromo[]; 756 extern const char kShowAppLauncherPromo[];
758 extern const char kAppLauncherDriveAppMapping[]; 757 extern const char kAppLauncherDriveAppMapping[];
759 extern const char kAppLauncherUninstalledDriveApps[]; 758 extern const char kAppLauncherUninstalledDriveApps[];
760 #endif // defined(ENABLE_APP_LIST) 759 #endif // defined(ENABLE_APP_LIST)
761 760
762 #if defined(OS_WIN) 761 #if defined(OS_WIN)
763 extern const char kAppLaunchForMetroRestart[]; 762 extern const char kAppLaunchForMetroRestart[];
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 #endif // defined(GOOGLE_CHROME_BUILD) 813 #endif // defined(GOOGLE_CHROME_BUILD)
815 extern const char kMediaRouterFirstRunFlowAcknowledged[]; 814 extern const char kMediaRouterFirstRunFlowAcknowledged[];
816 #endif 815 #endif
817 816
818 extern const char kOriginTrialPublicKey[]; 817 extern const char kOriginTrialPublicKey[];
819 extern const char kOriginTrialDisabledFeatures[]; 818 extern const char kOriginTrialDisabledFeatures[];
820 819
821 } // namespace prefs 820 } // namespace prefs
822 821
823 #endif // CHROME_COMMON_PREF_NAMES_H_ 822 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698