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

Unified Diff: chromeos/network/tether_constants.cc

Issue 2819993002: [CrOS Tether] Add the notion of a tether DeviceState. (Closed)
Patch Set: stevenjb@ comment. 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/network/tether_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/tether_constants.cc
diff --git a/chromeos/network/tether_constants.cc b/chromeos/network/tether_constants.cc
index 70867b5a178b227582a745be6c847e0c88988e98..72fd96b32a4e44fd63937e324d817ae476db1898 100644
--- a/chromeos/network/tether_constants.cc
+++ b/chromeos/network/tether_constants.cc
@@ -10,5 +10,7 @@ const char kTypeTether[] = "wifi-tether";
const char kTetherBatteryPercentage[] = "Tether.BatteryPercentage";
const char kTetherCarrier[] = "Tether.Carrier";
const char kTetherSignalStrength[] = "Tether.SignalStrength";
+const char kTetherDevicePath[] = "tether-device-path";
+const char kTetherDeviceName[] = "tether-name";
} // namespace chromeos
« no previous file with comments | « chromeos/network/tether_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698