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

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: merge master again Created 5 years, 3 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 | « components/dom_distiller/core/url_constants.h ('k') | components/dom_distiller/core/viewer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 04e9a60d6e437282cb578459a81d63800eb92f92..cfe28b8018cbd6888f484847849cec4689b6a1f5 100644
--- a/components/dom_distiller/core/url_constants.cc
+++ b/components/dom_distiller/core/url_constants.cc
@@ -10,5 +10,6 @@ const char kDomDistillerScheme[] = "chrome-distiller";
const char kEntryIdKey[] = "entry_id";
const char kUrlKey[] = "url";
const char kViewerCssPath[] = "dom_distiller_viewer.css";
+const char kViewerSaveFontScalingPath[] = "savefontscaling/";
} // namespace dom_distiller
« no previous file with comments | « components/dom_distiller/core/url_constants.h ('k') | components/dom_distiller/core/viewer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698