Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f3f2b4cf8f40c3ac50d177e2153ed22be9c6c083..1e9089399b7a9413c3d1394ec01c9f114a21bb19 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -11,10 +11,6 @@ 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"; |
- |
// A string property indicating whether default apps should be installed |
// in this profile. Use the value "install" to enable defaults apps, or |
// "noinstall" to disable them. This property is usually set in the |
@@ -1532,9 +1528,6 @@ const char kNtpWebStorePromoUserGroup[] = "ntp.webstorepromo.usergroup"; |
// Customized app page names that appear on the New Tab Page. |
const char kNtpAppPageNames[] = "ntp.app_page_names"; |
-// When true, web store promos will never be shown. |
-const char kNtpHideWebStorePromo[] = "ntp.hide_webstore_promo"; |
- |
const char kDevToolsDisabled[] = "devtools.disabled"; |
// A boolean specifying whether dev tools window should be opened docked. |