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

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

Issue 2883643002: Clean up ReaderMode OverlayPanel classes (Closed)
Patch Set: remove extra enum Created 3 years, 6 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 8589198d0ed7254a4d4bc153763866a1c04b4e59..ffe03bac5186b5708cdd7a73a1ed2c7cee58132b 100644
--- a/components/dom_distiller/content/common/distiller_javascript_service.mojom
+++ b/components/dom_distiller/content/common/distiller_javascript_service.mojom
@@ -7,10 +7,6 @@ module dom_distiller.mojom;
// This service is implemented by the browser process and is used by the
// renderer when a distiller JavaScript function is called.
interface DistillerJavaScriptService {
- // Handle closing the overlay panel that contains Reader Mode; the
- // "distiller.close" function.
- HandleDistillerClosePanelCall(bool animate);
-
// Open the Android view containing settings for Reader Mode; the
// "distiller.openSettings" function.
HandleDistillerOpenSettingsCall();

Powered by Google App Engine
This is Rietveld 408576698