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..dbf55e814752fac83363a58196c18e4dbaceb7fd 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; the |
+ // "distiller.openSettings" function. |
+ HandleDistillerOpenSettingsCall(); |
}; |