Index: components/dom_distiller/content/common/distiller_javascript_service.mojom |
diff --git a/components/dom_distiller/content/common/distiller_javascript_service.mojom b/components/dom_distiller/content/common/distiller_javascript_service.mojom |
index 3f0f89a6f2f0050659217c9f606a37d15dddd23c..cb97f11ccc11af0a7120c871e8963d33dafaecc8 100644 |
--- a/components/dom_distiller/content/common/distiller_javascript_service.mojom |
+++ b/components/dom_distiller/content/common/distiller_javascript_service.mojom |
@@ -17,4 +17,8 @@ interface DistillerJavaScriptService { |
// Handle closing the overlay panel that contains Reader Mode; the |
// "distiller.close" function. |
HandleDistillerClosePanelCall(); |
+ |
+ // Open the Android view containing settings for Reader Mode |
+ // (distiller.openSettings). |
nyquist
2015/10/14 17:48:22
Nit: This JavaScript function name is different th
mdjones
2015/10/14 20:55:42
Done.
|
+ HandleDistillerOpenSettingsCall(); |
}; |