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

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: hansberry@ comment. 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
« no previous file with comments | « chromeos/components/tether/pref_names.h ('k') | chromeos/components/tether/tether_disconnector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
+
} // namespace prefs
} // namespace tether
« no previous file with comments | « chromeos/components/tether/pref_names.h ('k') | chromeos/components/tether/tether_disconnector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698