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

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

Issue 1225183002: Font size in DomDistiller prefs syncs with local scaling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep focus when useFontScaling() is called, add tests Created 5 years, 5 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 d23c87f0441a62c13ad859cdb00b9bbe2e4f08e9..23c0ef3525ec0f59e8cc268652011edfb49b4c7a 100644
--- a/components/dom_distiller/core/url_constants.cc
+++ b/components/dom_distiller/core/url_constants.cc
@@ -14,5 +14,6 @@ const char kUrlKey[] = "url";
const char kViewerCssPath[] = "dom_distiller_viewer.css";
const char kViewerJsPath[] = "dom_distiller_viewer.js";
const char kViewerViewOriginalPath[] = "vieworiginal";
+const char kViewerSaveFontScalingPath[] = "savefontscaling/";
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698