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

Unified Diff: chrome/browser/chromeos/net/network_change_notifier_chromeos.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: chrome/browser/chromeos/net/network_change_notifier_chromeos.h
diff --git a/chrome/browser/chromeos/net/network_change_notifier_chromeos.h b/chrome/browser/chromeos/net/network_change_notifier_chromeos.h
index ed3965f368d5aaef730b88890a7671b6f9e0403c..e3879021aedfa818fe2292dc5a12b1bbaa82ee6c 100644
--- a/chrome/browser/chromeos/net/network_change_notifier_chromeos.h
+++ b/chrome/browser/chromeos/net/network_change_notifier_chromeos.h
@@ -83,6 +83,9 @@ class NetworkChangeNotifierChromeos
static net::NetworkChangeNotifier::ConnectionType GetNetworkConnectionType(
const chromeos::Network* network);
+ // Get parameters for calculating new combined signal.
+ static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsChromeos();
+
// True if we previously had an active network around.
bool has_active_network_;
// Current active network's connection state.

Powered by Google App Engine
This is Rietveld 408576698