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

Unified Diff: net/android/java/src/org/chromium/net/NetworkChangeNotifier.java

Issue 10979048: Fix potential threading issues in NetworkChangeNotifierAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « content/shell/shell_browser_main_parts.cc ('k') | net/android/network_change_notifier_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
diff --git a/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java b/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
index 63a41c6de54c7fc370addfbf503dbb49ac9f1144..148ad37069deb4ef7449898e03539058857e7a4c 100644
--- a/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
+++ b/net/android/java/src/org/chromium/net/NetworkChangeNotifier.java
@@ -192,11 +192,11 @@ public class NetworkChangeNotifier {
return mConnectionTypeObservers.remove(observer);
}
- @NativeClassQualifiedName("NetworkChangeNotifierAndroid")
+ @NativeClassQualifiedName("NetworkChangeNotifierAndroid::Delegate")
private native void nativeNotifyObserversOfConnectionTypeChange(
int nativePtr, int newConnectionType);
- @NativeClassQualifiedName("NetworkChangeNotifierAndroid")
+ @NativeClassQualifiedName("NetworkChangeNotifierAndroid::Delegate")
private native int nativeGetConnectionType(int nativePtr);
// For testing only.
« no previous file with comments | « content/shell/shell_browser_main_parts.cc ('k') | net/android/network_change_notifier_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698