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

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

Issue 2734033002: [CrOS Tether] Create the ActiveHost class, which stores metadata related to the current connection … (Closed)
Patch Set: hansberry@ comment. Created 3 years, 9 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/active_host_unittest.cc ('k') | chromeos/components/tether/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/pref_names.h
diff --git a/chromeos/components/tether/pref_names.h b/chromeos/components/tether/pref_names.h
index 7f5b92370efecd021be33fbbb51feec4a6d00912..d6285b367d03b469177838efc6837b305081e6b8 100644
--- a/chromeos/components/tether/pref_names.h
+++ b/chromeos/components/tether/pref_names.h
@@ -22,6 +22,18 @@ extern const char kMostRecentTetherAvailablilityResponderIds[];
// a response code indicating that its hotspot has started up successfully.
extern const char kMostRecentConnectTetheringResponderId[];
+// The status of the active host. The value stored for this key is the integer
+// version of an ActiveHost::ActiveHostStatus enumeration value.
+extern const char kActiveHostStatus[];
+
+// The device ID of the active host. If there is no active host, the value at
+// this key is "".
+extern const char kActiveHostDeviceId[];
+
+// The Wi-Fi network ID of the active host. If there is no active host, the
+// value at this key is "".
+extern const char kWifiNetworkId[];
+
} // namespace prefs
} // namespace tether
« no previous file with comments | « chromeos/components/tether/active_host_unittest.cc ('k') | chromeos/components/tether/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698