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

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

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: components/dom_distiller/core/url_constants.cc
diff --git a/components/dom_distiller/core/url_constants.cc b/components/dom_distiller/core/url_constants.cc
index f890807cfb600a88e7bad5b6b78b5663c99be6c1..11d7f207eaaaf2da11fec1e6a20306f66636a3db 100644
--- a/components/dom_distiller/core/url_constants.cc
+++ b/components/dom_distiller/core/url_constants.cc
@@ -9,5 +9,6 @@ namespace dom_distiller {
const char kEntryIdKey[] = "entry_id";
const char kUrlKey[] = "url";
const char kCssPath[] = "readability.css";
+const char kViewerJsPath[] = "dom_distiller_viewer.js";
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698