| 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
|
|
|
|
|