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

Unified Diff: components/ntp_snippets/switches.cc

Issue 1921553004: Add favicon and publisher name to snippet cards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: components/ntp_snippets/switches.cc
diff --git a/components/ntp_snippets/switches.cc b/components/ntp_snippets/switches.cc
index 4fdbf2bb9fa60428f84aa431400dd9e05777b3c5..ee5f979e112c1f0ca64f5fae739d8f273be98a6a 100644
--- a/components/ntp_snippets/switches.cc
+++ b/components/ntp_snippets/switches.cc
@@ -18,5 +18,9 @@ const char kFetchingIntervalFallbackSeconds[] =
// suggestions.
const char kDontRestrict[] = "ntp-snippets-dont-restrict";
+// If this flag is set, we will add downloaded snippets that are missing some
+// critical data to the list.
+const char kAddIncompleteSnippets[] = "ntp-snippets-add-incomplete";
+
} // namespace switches
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698