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

Unified Diff: chrome/common/pref_names.cc

Issue 10860025: Remove promotion-type-specific JSON handling from NotificationPromo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments. Created 8 years, 4 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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 92dc37a2032617db0f8177fe45726d27fab4f777..b25ef320e023ca0bb7c7008ee94c78cd3bca0955 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1517,15 +1517,6 @@ const char kNtpPromoPlatform[] = "ntp.promo_platform";
// Promo line from server.
const char kNtpPromoLine[] = "ntp.promo_line";
-#if defined(OS_ANDROID)
-// Promo line from server (long).
-const char kNtpPromoLineLong[] = "ntp.promo_line_long";
-// Promo action that needs to be triggered
-const char kNtpPromoActionType[] = "ntp.promo_action_type";
-// Promo action arguments
-const char kNtpPromoActionArgs[] = "ntp.promo_action_args";
-#endif // defined(OS_ANDROID)
-
// Dates between which the NTP should show a promotional line downloaded
// from the promo server.
const char kNtpPromoStart[] = "ntp.promo_start";
« chrome/browser/web_resource/promo_resource_service.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698