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(); |