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

Unified Diff: components/ntp_snippets/switches.h

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.h
diff --git a/components/ntp_snippets/switches.h b/components/ntp_snippets/switches.h
index 4897f136ec897c2594c2be003b4f09c8fb6fe27b..7d6d28bc3a6085c86cb3bbcc6b870c1f8effb3e9 100644
--- a/components/ntp_snippets/switches.h
+++ b/components/ntp_snippets/switches.h
@@ -8,10 +8,6 @@
namespace ntp_snippets {
namespace switches {
-extern const char kFetchingIntervalWifiChargingSeconds[];
-extern const char kFetchingIntervalWifiSeconds[];
-extern const char kFetchingIntervalFallbackSeconds[];
Marc Treib 2016/10/05 09:22:50 No need for explicit switches, since you can also
jkrcal 2016/10/05 10:48:58 Acknowledged.
-
extern const char kDontRestrict[];
extern const char kAddIncompleteSnippets[];
« no previous file with comments | « components/ntp_snippets/remote/ntp_snippets_service_unittest.cc ('k') | components/ntp_snippets/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698