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

Unified Diff: components/dom_distiller/content/browser/distiller_javascript_service_impl.h

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/browser/distiller_javascript_service_impl.h
diff --git a/components/dom_distiller/content/browser/distiller_javascript_service_impl.h b/components/dom_distiller/content/browser/distiller_javascript_service_impl.h
index d9a1048f81f850e4ca45bc276104aac5b6d025ff..6f12e779bccde7ea3b7ff6c2ae2be2ca30418283 100644
--- a/components/dom_distiller/content/browser/distiller_javascript_service_impl.h
+++ b/components/dom_distiller/content/browser/distiller_javascript_service_impl.h
@@ -23,9 +23,6 @@ class DistillerJavaScriptServiceImpl
// Mojo mojom::DistillerJavaScriptService implementation.
- // Make a call into Android to close the overlay panel containing reader mode.
- void HandleDistillerClosePanelCall(bool animate) override;
-
// Show the Android view containing Reader Mode settings.
void HandleDistillerOpenSettingsCall() override;

Powered by Google App Engine
This is Rietveld 408576698