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

Unified Diff: chromeos/components/tether/pref_names.cc

Issue 2975483002: [CrOS Tether] Disconnect cleanly from active Tether networks when the user logs out or the Tether c… (Closed)
Patch Set: Created 3 years, 5 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/components/tether/pref_names.cc
diff --git a/chromeos/components/tether/pref_names.cc b/chromeos/components/tether/pref_names.cc
index 1e9b0cb597eb59ae61a30e8b83faa04d3d613836..387aa2c2f96b51c639406cad0883e159a457e4a7 100644
--- a/chromeos/components/tether/pref_names.cc
+++ b/chromeos/components/tether/pref_names.cc
@@ -24,6 +24,9 @@ const char kTetherNetworkGuid[] = "tether.tether_network_id";
const char kWifiNetworkGuid[] = "tether.wifi_network_id";
+const char kDisconnectingWifiNetworkGuid[] =
+ "tether.disconnecting_wifi_network_id";
Ryan Hansberry 2017/07/11 22:23:56 nit: _id -> _guid
Kyle Horimoto 2017/07/12 01:42:59 I'd like to keep this uniform with the rest of the
Ryan Hansberry 2017/07/12 17:10:10 Oops, didn't notice that. Agreed.
+
} // namespace prefs
} // namespace tether

Powered by Google App Engine
This is Rietveld 408576698