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

Unified Diff: components/dom_distiller/core/url_constants.h

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/dom_distiller/core/url_constants.h
diff --git a/components/dom_distiller/core/url_constants.h b/components/dom_distiller/core/url_constants.h
index a724a224b794a2030ea1115b088427421ad4c49a..71a8a8b3ba7e19ee5dee6f91b8d986cbb5c76a48 100644
--- a/components/dom_distiller/core/url_constants.h
+++ b/components/dom_distiller/core/url_constants.h
@@ -9,7 +9,8 @@ namespace dom_distiller {
extern const char kEntryIdKey[];
extern const char kUrlKey[];
-extern const char kCssPath[];
+extern const char kViewerCssPath[];
+extern const char kViewerJsPath[];
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698