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

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: Comment nits 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..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();
};

Powered by Google App Engine
This is Rietveld 408576698