Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6014)

Unified Diff: chrome/common/pref_names.h

Issue 10827102: Delete dead AppsPromo code (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 04e8109fbf79d030508f0eccc485d646299d86a0..6268521bc133b6b92581a3f3e3cebbd931d2453e 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -15,7 +15,6 @@
namespace prefs {
// Profile prefs. Please add Local State prefs below instead.
-extern const char kAppsPromoCounter[];
extern const char kDefaultApps[];
extern const char kDefaultAppsInstalled[];
extern const char kHomePageIsNewTabPage[];
@@ -538,17 +537,7 @@ extern const char kNtpPromoPlatform[];
extern const char kNtpPromoBuild[];
extern const char kNtpPromoGplusRequired[];
extern const char kNtpWebStoreEnabled[];
-extern const char kNtpWebStorePromoLastId[];
-extern const char kNtpWebStorePromoId[];
-extern const char kNtpWebStorePromoHeader[];
-extern const char kNtpWebStorePromoButton[];
-extern const char kNtpWebStorePromoLink[];
-extern const char kNtpWebStorePromoLogo[];
-extern const char kNtpWebStorePromoLogoSource[];
-extern const char kNtpWebStorePromoExpire[];
-extern const char kNtpWebStorePromoUserGroup[];
extern const char kNtpAppPageNames[];
-extern const char kNtpHideWebStorePromo[];
extern const char kDevToolsDisabled[];
extern const char kDevToolsOpenDocked[];

Powered by Google App Engine
This is Rietveld 408576698