| 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);
|
| };
|
|
|