| Index: chromecast/browser/android/cast_window_android.h
|
| diff --git a/chromecast/browser/android/cast_window_android.h b/chromecast/browser/android/cast_window_android.h
|
| index 35b62f7425e2d022a80edc338c9d360d1e34f485..3cb45ef62aeaf33c8a2d59e1d643bd3e589c7a07 100644
|
| --- a/chromecast/browser/android/cast_window_android.h
|
| +++ b/chromecast/browser/android/cast_window_android.h
|
| @@ -54,9 +54,6 @@ class CastWindowAndroid : public content::WebContentsDelegate,
|
| // Destroys this window immediately.
|
| void Destroy();
|
|
|
| - // Registers the JNI methods for CastWindowAndroid.
|
| - static bool RegisterJni(JNIEnv* env);
|
| -
|
| // content::WebContentsDelegate implementation:
|
| void AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
|
|