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

Unified Diff: chromeos/network/network_state.h

Issue 11469044: Implement new network change notifier that uses NetworkStateHandler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years 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: chromeos/network/network_state.h
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
index b5f73761ae7e63cf5a9f36e9abfc0762bb2aa4fd..df82753cfa99895410dc9f5cce0b5f46db9078ef 100644
--- a/chromeos/network/network_state.h
+++ b/chromeos/network/network_state.h
@@ -43,6 +43,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
private:
friend class NetworkStateHandler;
+ friend class ConnectionChangeNotifierUpdateTest;
// Called by NetworkStateHandler when the ip config changes.
void set_ip_address(const std::string& ip_address) {
« chromeos/network/connection_change_notifier_unittest.cc ('K') | « chromeos/network/managed_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698