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

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

Issue 2844973002: [CrOS Tether] Create TetherHostResponseRecorder, which records ConnectTetheringResponses and Tether… (Closed)
Patch Set: Changed "Connectable" wording to "Connected". 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/components/tether/pref_names.h
diff --git a/chromeos/components/tether/pref_names.h b/chromeos/components/tether/pref_names.h
index 20a5caf10344a7e12a83678c6afbefede0a28763..fa81731ef54970ee8ba78c5784034563e4958a6b 100644
--- a/chromeos/components/tether/pref_names.h
+++ b/chromeos/components/tether/pref_names.h
@@ -17,10 +17,11 @@ namespace prefs {
// ListValue, with the most recent response residing at the start of the list.
extern const char kMostRecentTetherAvailablilityResponderIds[];
-// Preference name for the preference which stores the ID corresponding to
-// the device which has most recently replied to a ConnectTetheringRequest with
-// a response code indicating that its hotspot has started up successfully.
-extern const char kMostRecentConnectTetheringResponderId[];
+// Preference name for the preference which stores IDs corresponding to devices
+// which have most recently replied to a ConnectTetheringResponse with a
+// response code indicating that tethering is available. The value stored is a
+// ListValue, with the most recent response residing at the start of the list.
+extern const char kMostRecentConnectTetheringResponderIds[];
// The status of the active host. The value stored for this key is the integer
// version of an ActiveHost::ActiveHostStatus enumeration value.
« no previous file with comments | « chromeos/components/tether/mock_tether_host_response_recorder.cc ('k') | chromeos/components/tether/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698