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

Unified Diff: components/ntp_snippets/pref_names.h

Issue 2158843002: Introduce a request throttler for limiting requests in mobile NTP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A minor fix #3 Created 4 years, 5 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/pref_names.h
diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h
index 258603a71633a8f14ce61d7886cdbdc72f674cc1..26cf424648cc9971cdcffcafd401b39e10f2af62 100644
--- a/components/ntp_snippets/pref_names.h
+++ b/components/ntp_snippets/pref_names.h
@@ -10,7 +10,10 @@ namespace prefs {
extern const char kSnippetHosts[];
+extern const char kSnippetQuotaDayFormat[];
+extern const char kSnippetQuotaCountFormat[];
Marc Treib 2016/07/19 09:06:17 Could you add comments on what exactly these mean?
jkrcal 2016/07/20 09:40:39 Done.
+
} // namespace prefs
} // namespace ntp_snippets
-#endif
+#endif // COMPONENTS_NTP_SNIPPETS_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698