| Index: apps/pref_names.cc
|
| diff --git a/apps/pref_names.cc b/apps/pref_names.cc
|
| index d4ac6fa5b03ceac871f31cec68c75d51d4726dd3..cb1cf937e7e4bffc492c11e97cc0a7574bf5bb69 100644
|
| --- a/apps/pref_names.cc
|
| +++ b/apps/pref_names.cc
|
| @@ -21,6 +21,9 @@ const char kAppLaunchForMetroRestart[] = "apps.app_launch_for_metro_restart";
|
| const char kAppLaunchForMetroRestartProfile[] =
|
| "apps.app_launch_for_metro_restart_profile";
|
|
|
| +// A boolean identifying if we should show the app launcher promo or not.
|
| +const char kShowAppLauncherPromo[] = "app_launcher.show_promo";
|
| +
|
| } // namespace prefs
|
|
|
| } // namespace apps
|
|
|