Chromium Code Reviews| Index: apps/pref_names.cc |
| diff --git a/apps/pref_names.cc b/apps/pref_names.cc |
| index 15a33f936a52114979718cba639d60bbcb1db634..428e53f2530fe42eb164c4d9f3725050a4bf3032 100644 |
| --- a/apps/pref_names.cc |
| +++ b/apps/pref_names.cc |
| @@ -12,6 +12,9 @@ namespace prefs { |
| const char kAppLauncherIsEnabled[] = |
| "apps.app_launcher.should_show_apps_page"; |
| +// A boolean identifying if we should show the app launcher promo or not. |
| +const char kShowAppLauncherPromo[] = "app_launcher.show_promo"; |
| + |
| } // namespace prefs |
| } // namespace apps |