| 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";
|
|
|