Chromium Code Reviews| 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 |