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

Unified Diff: chromeos/network/managed_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/managed_state.h
diff --git a/chromeos/network/managed_state.h b/chromeos/network/managed_state.h
index 0138df6484543d230e3b07a1984bc17258e0c2e4..e31b42720eb5bfc8564ec35c9f5ccbe29db9dffa 100644
--- a/chromeos/network/managed_state.h
+++ b/chromeos/network/managed_state.h
@@ -71,6 +71,8 @@ class ManagedState {
std::string* out_value);
private:
+ friend class ConnectionChangeNotifierUpdateTest;
+
ManagedType managed_type_;
// The path (e.g. service path or device path) of the managed state object.

Powered by Google App Engine
This is Rietveld 408576698