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 |