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

Unified Diff: components/dom_distiller/content/browser/distiller_ui_handle.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_ui_handle.h
diff --git a/components/dom_distiller/content/browser/distiller_ui_handle.h b/components/dom_distiller/content/browser/distiller_ui_handle.h
index d97384eafd5279ac6b279f1fe419b453a3c00146..36e58ff509f6db10e35c304920e96380ef9f8fc7 100644
--- a/components/dom_distiller/content/browser/distiller_ui_handle.h
+++ b/components/dom_distiller/content/browser/distiller_ui_handle.h
@@ -21,9 +21,6 @@ class DistillerUIHandle {
// Open the UI settings for dom distiller.
virtual void OpenSettings(content::WebContents* web_contents) = 0;
- // Close the Reader Mode panel.
- virtual void ClosePanel(bool animate) = 0;
-
private:
DISALLOW_COPY_AND_ASSIGN(DistillerUIHandle);
};

Powered by Google App Engine
This is Rietveld 408576698