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 dab886d9a7c6d0da73352fbddf94b43f388c7443..a0ca40d35793fec0964aa3a656bdd1e80601e95d 100644 |
--- a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc |
+++ b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.cc |
@@ -46,11 +46,6 @@ void DistillerUIHandleAndroid::ClosePanel(bool animate) { |
Java_DomDistillerUIUtils_closePanel(env, animate); |
} |
-// static |
-bool RegisterUIHandle(JNIEnv* env) { |
- return RegisterNativesImpl(env); |
-} |
- |
} // namespace android |
} // namespace dom_distiller |