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

Unified Diff: chrome/common/pref_names.h

Issue 10860025: Remove promotion-type-specific JSON handling from NotificationPromo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index fa411c9866fae1f7af5a5db518cbc9077ec8e06f..8643d759ed7bdfa0e1662b7b925607d4f239fe0e 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -530,11 +530,6 @@ extern const char kNtpPromoLocale[];
extern const char kNtpPromoStart[];
extern const char kNtpPromoEnd[];
extern const char kNtpPromoLine[];
-#if defined(OS_ANDROID)
-extern const char kNtpPromoLineLong[];
-extern const char kNtpPromoActionType[];
-extern const char kNtpPromoActionArgs[];
-#endif // defined(OS_ANDROID)
extern const char kNtpPromoClosed[];
extern const char kNtpPromoGroup[];
extern const char kNtpPromoNumGroups[];

Powered by Google App Engine
This is Rietveld 408576698