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

Unified Diff: components/offline_pages/core/client_namespace_constants.h

Issue 2811813002: [Offline Pages] Set up the initial prefetching service. (Closed)
Patch Set: fix compile >:-( Created 3 years, 8 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
« no previous file with comments | « components/offline_pages/core/BUILD.gn ('k') | components/offline_pages/core/client_namespace_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/core/client_namespace_constants.h
diff --git a/components/offline_pages/core/client_namespace_constants.h b/components/offline_pages/core/client_namespace_constants.h
index 7991a5117921856fd47f30c6812f64187ef3f449..8cd093c840112a25d13a81f8ff8ffa0a457f9724 100644
--- a/components/offline_pages/core/client_namespace_constants.h
+++ b/components/offline_pages/core/client_namespace_constants.h
@@ -17,6 +17,7 @@ extern const char kAsyncNamespace[];
extern const char kCCTNamespace[];
extern const char kDownloadNamespace[];
extern const char kNTPSuggestionsNamespace[];
+extern const char kSuggestedArticlesNamespace[];
// Currently used for fallbacks like tests.
extern const char kDefaultNamespace[];
« no previous file with comments | « components/offline_pages/core/BUILD.gn ('k') | components/offline_pages/core/client_namespace_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698