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

Unified Diff: components/offline_pages/client_namespace_constants.h

Issue 2208293002: [Offline Pages] Add new download namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test 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
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 7dc4ac557b2fa259930ba0d26dc469dbf96cc520..28057d6568167e35000ee04d5d81c8c0b4a3c6c5 100644
--- a/components/offline_pages/client_namespace_constants.h
+++ b/components/offline_pages/client_namespace_constants.h
@@ -15,6 +15,7 @@ extern const char kBookmarkNamespace[];
extern const char kLastNNamespace[];
extern const char kAsyncNamespace[];
extern const char kCCTNamespace[];
+extern const char kDownloadNamespace[];
// Currently used for fallbacks like tests.
extern const char kDefaultNamespace[];

Powered by Google App Engine
This is Rietveld 408576698