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

Unified Diff: chrome/common/pref_names.h

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/features.gni ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index e7f91db7cc312e7fd5ea5e8f796fadd8e414aac0..01369f5449649462a2a4deb4160fa3214469eaca 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -15,7 +15,7 @@
namespace prefs {
// Profile prefs. Please add Local State prefs below instead.
-#if defined(OS_CHROMEOS) && defined(ENABLE_APP_LIST)
+#if defined(OS_CHROMEOS) && BUILDFLAG(ENABLE_APP_LIST)
extern const char kArcApps[];
extern const char kArcBackupRestoreEnabled[];
extern const char kArcEnabled[];
@@ -758,7 +758,7 @@ extern const char kRLZBrand[];
extern const char kRLZDisabled[];
#endif
-#if defined(ENABLE_APP_LIST)
+#if BUILDFLAG(ENABLE_APP_LIST)
extern const char kAppListProfile[];
extern const char kLastAppListLaunchPing[];
extern const char kAppListLaunchCount[];
@@ -773,7 +773,7 @@ extern const char kAppLauncherShortcutVersion[];
extern const char kShowAppLauncherPromo[];
extern const char kAppLauncherDriveAppMapping[];
extern const char kAppLauncherUninstalledDriveApps[];
-#endif // defined(ENABLE_APP_LIST)
+#endif // BUILDFLAG(ENABLE_APP_LIST)
#if defined(OS_WIN)
extern const char kAppLaunchForMetroRestart[];
« no previous file with comments | « chrome/common/features.gni ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698