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

Unified Diff: content/public/test/nested_message_pump_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: content/public/test/nested_message_pump_android.h
diff --git a/content/public/test/nested_message_pump_android.h b/content/public/test/nested_message_pump_android.h
index a282f7ffc2318cef086722ad4686df3327266248..91c68a0d36c650282eb938cc6ecb0026964dd06c 100644
--- a/content/public/test/nested_message_pump_android.h
+++ b/content/public/test/nested_message_pump_android.h
@@ -24,8 +24,6 @@ class NestedMessagePumpAndroid : public base::MessagePumpForUI {
void ScheduleDelayedWork(const base::TimeTicks& delayed_work_time) override;
void Start(Delegate* delegate) override;
- static bool RegisterJni(JNIEnv* env);
-
protected:
~NestedMessagePumpAndroid() override;

Powered by Google App Engine
This is Rietveld 408576698