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

Unified Diff: components/offline_pages/client_namespace_constants.h

Issue 2224193002: [Offline pages] Add ntp suggestions as a new namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad merge Created 4 years, 4 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 | « no previous file | components/offline_pages/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/client_namespace_constants.h
diff --git a/components/offline_pages/client_namespace_constants.h b/components/offline_pages/client_namespace_constants.h
index 28057d6568167e35000ee04d5d81c8c0b4a3c6c5..823af09cc00e77a5d98fd11514972ec629b5c199 100644
--- a/components/offline_pages/client_namespace_constants.h
+++ b/components/offline_pages/client_namespace_constants.h
@@ -16,6 +16,7 @@ extern const char kLastNNamespace[];
extern const char kAsyncNamespace[];
extern const char kCCTNamespace[];
extern const char kDownloadNamespace[];
+extern const char kNTPSuggestionsNamespace[];
// Currently used for fallbacks like tests.
extern const char kDefaultNamespace[];
« no previous file with comments | « no previous file | components/offline_pages/client_namespace_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698