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

Unified Diff: base/android/jni_generator/jni_generator.py

Issue 10073024: Add NetworkChangeNotifier for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on base chagnes Created 8 years, 8 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 | « base/android/java/org/chromium/base/ActivityStatus.java ('k') | net/android/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_generator/jni_generator.py
diff --git a/base/android/jni_generator/jni_generator.py b/base/android/jni_generator/jni_generator.py
index bb80d98343033e643d4d7f3f14aaa4098c8c842c..fe2ec57fc56f2df624d62bcb6a8c590b676ad944 100644
--- a/base/android/jni_generator/jni_generator.py
+++ b/base/android/jni_generator/jni_generator.py
@@ -180,6 +180,7 @@ def JavaParamToJni(param):
'Lorg/chromium/chromeview/SurfaceTextureListener',
'Lorg/chromium/chromeview/TouchPoint',
'Lorg/chromium/media/MediaPlayerListener',
+ 'Lorg/chromium/net/NetworkChangeNotifier',
]
if param == 'byte[][]':
return '[[B'
« no previous file with comments | « base/android/java/org/chromium/base/ActivityStatus.java ('k') | net/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698