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

Unified Diff: components/ntp_snippets/switches.cc

Issue 2395753003: [NTP Snippets] Hook up background fetching scheduler to UserClassifier (Closed)
Patch Set: Created 4 years, 2 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 ee5f979e112c1f0ca64f5fae739d8f273be98a6a..38b5c0e94ea9c8b5a352ce782dd0586384c8b454 100644
--- a/components/ntp_snippets/switches.cc
+++ b/components/ntp_snippets/switches.cc
@@ -7,13 +7,6 @@
namespace ntp_snippets {
namespace switches {
-const char kFetchingIntervalWifiChargingSeconds[] =
- "ntp-snippets-fetching-interval-wifi-charging";
-const char kFetchingIntervalWifiSeconds[] =
- "ntp-snippets-fetching-interval-wifi";
-const char kFetchingIntervalFallbackSeconds[] =
- "ntp-snippets-fetching-interval-fallback";
-
// If this flag is set, the snippets won't be restricted to the user's NTP
// suggestions.
const char kDontRestrict[] = "ntp-snippets-dont-restrict";

Powered by Google App Engine
This is Rietveld 408576698