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

Unified Diff: chromecast/browser/android/cast_window_android.h

Issue 2199973003: Android JNI gen: Don't emit code for empty RegisterNatives() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: Android JNI gen: Don't emit code for empty RegisterNatives() 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
« no previous file with comments | « chromecast/base/cast_sys_info_android.cc ('k') | chromecast/browser/android/cast_window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chromecast/base/cast_sys_info_android.cc ('k') | chromecast/browser/android/cast_window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698