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

Unified Diff: net/android/network_change_notifier_android.h

Issue 11360108: Start calculating new combined NetworkChangeNotifier signal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address szym's first round of comments Created 8 years, 1 month 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
Index: net/android/network_change_notifier_android.h
diff --git a/net/android/network_change_notifier_android.h b/net/android/network_change_notifier_android.h
index e4d8469cf4fce7738489fbe83b27ebe52b319f0e..de234d8c2c2445b1de861c966446f7e318d1c31f 100644
--- a/net/android/network_change_notifier_android.h
+++ b/net/android/network_change_notifier_android.h
@@ -36,6 +36,8 @@ class NET_EXPORT NetworkChangeNotifierAndroid : public NetworkChangeNotifier {
void ForceConnectivityState(bool state);
+ static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsAndroid();
+
// NetworkChangeNotifier:
virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698