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

Unified Diff: chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc

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.cc
diff --git a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
index 0b41f9e276d9fc0804e41218ed669314666c044c..26274dde17e099e1b2500f128841e9a574421002 100644
--- a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
+++ b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc
@@ -26,12 +26,6 @@ void DistillerUIHandleAndroid::OpenSettings(
web_contents->GetJavaWebContents());
}
-// static
-void DistillerUIHandleAndroid::ClosePanel(bool animate) {
- JNIEnv* env = base::android::AttachCurrentThread();
- Java_DomDistillerUIUtils_closePanel(env, animate);
-}
-
} // namespace android
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698