| 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;
|
|
|
|
|