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

Unified Diff: chrome/browser/apps/app_launcher_util.cc

Issue 25849004: Clean up unused constant globals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/apps/app_launcher_util.cc
diff --git a/chrome/browser/apps/app_launcher_util.cc b/chrome/browser/apps/app_launcher_util.cc
index 8d1be3014354ab0c21f3b4cf74d4df7c95b5f80d..ffe444153d7f65ebd8f614f826fddd0831dfc622 100644
--- a/chrome/browser/apps/app_launcher_util.cc
+++ b/chrome/browser/apps/app_launcher_util.cc
@@ -13,6 +13,7 @@
namespace {
+#if defined(ENABLE_APP_LIST)
// The field trial group name that enables showing the promo.
const char kShowLauncherPromoOnceGroupName[] = "ShowPromoUntilDismissed";
@@ -22,6 +23,7 @@ const char kResetShowLauncherPromoPrefGroupName[] = "ResetShowPromoPref";
// The name of the field trial that controls showing the app launcher promo.
const char kLauncherPromoTrialName[] = "ShowAppLauncherPromo";
+#endif // defined(ENABLE_APP_LIST)
} // namespace

Powered by Google App Engine
This is Rietveld 408576698