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

Unified Diff: chromeos/network/network_state.h

Issue 22611005: Switch over MobileActivator to use Network*Handler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add activation handler files Created 7 years, 4 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
Index: chromeos/network/network_state.h
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
index 03dcbb9dc956d663efee5bfe8571e7d44cdbe964..99a3a4b5c5a24ed5b42f3b0602682a4a3f466679 100644
--- a/chromeos/network/network_state.h
+++ b/chromeos/network/network_state.h
@@ -117,6 +117,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
const base::DictionaryValue& properties);
private:
+ friend class MobileActivatorTest;
armansito 2013/08/14 00:49:51 I see the convenience of making this a friend but
stevenjb 2013/08/14 02:28:31 I personally prefer using 'friend' for tests and k
gauravsh 2013/08/14 21:42:29 In this particular case, it's needed to manually s
friend class NetworkStateHandler;
friend class NetworkChangeNotifierChromeosUpdateTest;

Powered by Google App Engine
This is Rietveld 408576698