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

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

Issue 1160113004: HTML exit reader view button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up Created 5 years, 6 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/viewer.h
diff --git a/components/dom_distiller/core/viewer.h b/components/dom_distiller/core/viewer.h
index 61b0e4079cfe400c9ea7af951438d89512dfb20f..9b05daad5a610978f16a24be5bf214932b94f939 100644
--- a/components/dom_distiller/core/viewer.h
+++ b/components/dom_distiller/core/viewer.h
@@ -69,6 +69,9 @@ const std::string GetToggleLoadingIndicatorJs(const bool is_last_page);
// Returns the default CSS to be used for a viewer.
const std::string GetCss();
+// Returns the iOS specific CSS to be used for the distiller viewer.
+const std::string GetIOSCss();
+
// Returns the default JS to be used for a viewer.
const std::string GetJavaScript();
« no previous file with comments | « components/dom_distiller/core/javascript/dom_distiller_viewer.js ('k') | components/dom_distiller/core/viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698