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

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

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
« no previous file with comments | « chromeos/components/tether/pref_names.h ('k') | chromeos/components/tether/tether_connector.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 236b3fd8d174a01fda3e428aa22b7ddcae249a48..1e9b0cb597eb59ae61a30e8b83faa04d3d613836 100644
--- a/chromeos/components/tether/pref_names.cc
+++ b/chromeos/components/tether/pref_names.cc
@@ -13,7 +13,7 @@ namespace prefs {
const char kMostRecentTetherAvailablilityResponderIds[] =
"tether.most_recent_tether_availability_responder_ids";
-const char kMostRecentConnectTetheringResponderId[] =
+const char kMostRecentConnectTetheringResponderIds[] =
"tether.most_recent_connect_tethering_responder_ids";
const char kActiveHostStatus[] = "tether.active_host_status";
« no previous file with comments | « chromeos/components/tether/pref_names.h ('k') | chromeos/components/tether/tether_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698