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

Unified Diff: chrome/browser/android/dom_distiller/distiller_ui_handle_android.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: chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
diff --git a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
index e8a027cc0596a3d9fc4913ea5bc9ca2913c7a908..0045e744c361ed6f7c5f0a140413aafc9c9a89d0 100644
--- a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
+++ b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
@@ -20,8 +20,6 @@ class DistillerUIHandleAndroid : public DistillerUIHandle {
void OpenSettings(content::WebContents* web_contents) override;
- void ClosePanel(bool animate) override;
-
private:
DISALLOW_COPY_AND_ASSIGN(DistillerUIHandleAndroid);
};

Powered by Google App Engine
This is Rietveld 408576698