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

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

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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 946c8430e1f0ef88c0f7b2a4fa17ce0bc07cb721..e64fc11d0e0fd5bb1aca9b4f788c5bdd1fde866c 100644
--- a/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
+++ b/chrome/browser/android/dom_distiller/distiller_ui_handle_android.h
@@ -31,9 +31,6 @@ class DistillerUIHandleAndroid : public DistillerUIHandle {
DISALLOW_COPY_AND_ASSIGN(DistillerUIHandleAndroid);
};
-// Registers the FeedbackReporter's native methods through JNI.
-bool RegisterUIHandle(JNIEnv* env);
-
} // namespace android
} // namespace dom_distiller

Powered by Google App Engine
This is Rietveld 408576698