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

Unified Diff: chromeos/network/tether_constants.h

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/network_state_handler_unittest.cc ('k') | chromeos/network/tether_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/tether_constants.h
diff --git a/chromeos/network/tether_constants.h b/chromeos/network/tether_constants.h
index 26b4f21d43cf086f2078649b2fc90da2304597d0..4d73d1dbf28d5ae7c65646cec1b7ae9cf6518537 100644
--- a/chromeos/network/tether_constants.h
+++ b/chromeos/network/tether_constants.h
@@ -22,6 +22,12 @@ CHROMEOS_EXPORT extern const char kTetherBatteryPercentage[];
CHROMEOS_EXPORT extern const char kTetherCarrier[];
CHROMEOS_EXPORT extern const char kTetherSignalStrength[];
+// The device path used for the tether DeviceState.
+CHROMEOS_EXPORT extern const char kTetherDevicePath[];
+
+// The name used for the tether DeviceState.
+CHROMEOS_EXPORT extern const char kTetherDeviceName[];
+
} // namespace chromeos
#endif // CHROMEOS_NETWORK_TETHER_CONSTANTS_H_
« no previous file with comments | « chromeos/network/network_state_handler_unittest.cc ('k') | chromeos/network/tether_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698