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

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

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pref is_syancable -> do_not_sync, remove AppListModel deps and no auto uninstall new_app Created 6 years, 6 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 extern const char kLastAppListLaunchPing[]; 849 extern const char kLastAppListLaunchPing[];
850 extern const char kAppListLaunchCount[]; 850 extern const char kAppListLaunchCount[];
851 extern const char kLastAppListAppLaunchPing[]; 851 extern const char kLastAppListAppLaunchPing[];
852 extern const char kAppListAppLaunchCount[]; 852 extern const char kAppListAppLaunchCount[];
853 extern const char kAppLauncherHasBeenEnabled[]; 853 extern const char kAppLauncherHasBeenEnabled[];
854 extern const char kAppListEnableMethod[]; 854 extern const char kAppListEnableMethod[];
855 extern const char kAppListEnableTime[]; 855 extern const char kAppListEnableTime[];
856 extern const char kAppLauncherIsEnabled[]; 856 extern const char kAppLauncherIsEnabled[];
857 extern const char kAppLauncherShortcutVersion[]; 857 extern const char kAppLauncherShortcutVersion[];
858 extern const char kShowAppLauncherPromo[]; 858 extern const char kShowAppLauncherPromo[];
859 extern const char kAppLauncherDriveAppMapping[];
859 #endif 860 #endif
860 861
861 extern const char kAppLaunchForMetroRestart[]; 862 extern const char kAppLaunchForMetroRestart[];
862 extern const char kAppLaunchForMetroRestartProfile[]; 863 extern const char kAppLaunchForMetroRestartProfile[];
863 extern const char kAppShortcutsVersion[]; 864 extern const char kAppShortcutsVersion[];
864 865
865 extern const char kModuleConflictBubbleShown[]; 866 extern const char kModuleConflictBubbleShown[];
866 867
867 extern const char kDRMSalt[]; 868 extern const char kDRMSalt[];
868 extern const char kEnableDRM[]; 869 extern const char kEnableDRM[];
869 870
870 extern const char kWatchdogExtensionActive[]; 871 extern const char kWatchdogExtensionActive[];
871 // TODO(felt): Remove old string in M34. 872 // TODO(felt): Remove old string in M34.
872 extern const char kWatchdogExtensionActiveOld[]; 873 extern const char kWatchdogExtensionActiveOld[];
873 874
874 extern const char kProfilePreferenceHashes[]; 875 extern const char kProfilePreferenceHashes[];
875 876
876 extern const char kNetworkTimeMapping[]; 877 extern const char kNetworkTimeMapping[];
877 878
878 #if defined(OS_ANDROID) 879 #if defined(OS_ANDROID)
879 extern const char kPartnerBookmarkMappings[]; 880 extern const char kPartnerBookmarkMappings[];
880 #endif 881 #endif
881 882
882 extern const char kQuickCheckEnabled[]; 883 extern const char kQuickCheckEnabled[];
883 884
884 } // namespace prefs 885 } // namespace prefs
885 886
886 #endif // CHROME_COMMON_PREF_NAMES_H_ 887 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698