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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2898153004: [NTP::Push] Add feature (Closed)
Patch Set: Remvoing unnecessary "NTP" from the feature name. Created 3 years, 7 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/ntp_snippets/features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index af8b38ede4704bcf3ab0f057ce3e4340a090d51a..4d5302d4e5c593493290fbc59df5cff6eb2d43b2 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2443,6 +2443,13 @@ const char kEnableNtpSuggestionsNotificationsDescription[] =
"If enabled, notifications will inform about new content suggestions on "
"the New Tab page (see #enable-ntp-snippets).";
+const char kEnableNtpPushUpdatesName[] =
+ "Receive GCM push updates for timely content at the New Tab Page";
sfiera 2017/05/24 14:11:46 It's not really tied to the New Tab Page. You coul
mamir 2017/05/24 15:07:27 Done.
+
+const char kEnableNtpPushUpdatesDescription[] =
+ "If enabled, the client will listen for push messages sent from the "
+ "server about timely content such as breaking news.";
sfiera 2017/05/24 14:11:46 Describing this flag in terms of "client" and "ser
mamir 2017/05/24 15:07:27 Done.
+
const char kNtpCondensedLayoutName[] = "Condensed NTP layout";
const char kNtpCondensedLayoutDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/ntp_snippets/features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698