| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 30298e5a5f03f1740e156e165d578b19ee40be60..6fc57deff33bee4c3b6e913706d25ca4c34d433b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -9,6 +9,13 @@ namespace prefs {
|
| // *************** PROFILE PREFS ***************
|
| // These are attached to the user profile
|
|
|
| +// A counter that controls whether the apps promo is shown in the app launcher
|
| +// or not.
|
| +const char kAppsPromoCounter[] = "apps_promo_counter";
|
| +
|
| +// Whether we have installed default apps yet in this profile.
|
| +const char kDefaultAppsInstalled[] = "default_apps_installed";
|
| +
|
| // A boolean specifying whether the New Tab page is the home page or not.
|
| const char kHomePageIsNewTabPage[] = "homepage_is_newtabpage";
|
|
|
|
|