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

Unified Diff: components/ntp_snippets/switches.cc

Issue 1849743002: [NTP Snippets] Add a flag to not restrict snippets by ML suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/ntp_snippets/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/switches.cc
diff --git a/components/ntp_snippets/switches.cc b/components/ntp_snippets/switches.cc
index 48c6ddaf5dadcf9a7a390644ce312719bad35498..0b5453cd50cf2b302745e6cabb70d379dd782fb4 100644
--- a/components/ntp_snippets/switches.cc
+++ b/components/ntp_snippets/switches.cc
@@ -14,5 +14,7 @@ const char kFetchingIntervalWifiSeconds[] =
const char kFetchingIntervalFallbackSeconds[] =
"ntp-snippets-fetching-interval-fallback";
+const char kDontRestrict[] = "ntp-snippets-dont-restrict";
Bernhard Bauer 2016/03/31 10:10:58 Add a comment?
Marc Treib 2016/03/31 11:01:35 Done.
+
} // namespace switches
} // namespace ntp_snippets
« no previous file with comments | « components/ntp_snippets/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698