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

Unified Diff: chromeos/network/managed_state.h

Issue 2819993002: [CrOS Tether] Add the notion of a tether DeviceState. (Closed)
Patch Set: Rebased. Created 3 years, 8 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/managed_state.h
diff --git a/chromeos/network/managed_state.h b/chromeos/network/managed_state.h
index 1fe17c81dd53629950a5eb66172e73a1835aec2e..9573af70809a756a89cd7341ad353e0fc9425d8a 100644
--- a/chromeos/network/managed_state.h
+++ b/chromeos/network/managed_state.h
@@ -112,6 +112,7 @@ class CHROMEOS_EXPORT ManagedState {
private:
friend class NetworkChangeNotifierChromeosUpdateTest;
+ friend class NetworkStateHandler;
Ryan Hansberry 2017/04/20 01:38:35 Why is this necessary?
Kyle Horimoto 2017/04/20 02:16:07 To call set_type().
ManagedType managed_type_;

Powered by Google App Engine
This is Rietveld 408576698