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

Unified Diff: components/dom_distiller/content/common/distiller_javascript_service.mojom

Issue 1386043002: Open distiller UI setting through JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing file Created 5 years, 2 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/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();
};

Powered by Google App Engine
This is Rietveld 408576698