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

Unified Diff: chromeos/network/tether_constants.cc

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Rebased. 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') | chromeos/test/data/network/invalid_settings_with_repairs.json » ('j') | 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 72fd96b32a4e44fd63937e324d817ae476db1898..1a80364e7e70333ba57430b52df74aeeeca12bd8 100644
--- a/chromeos/network/tether_constants.cc
+++ b/chromeos/network/tether_constants.cc
@@ -9,6 +9,7 @@ namespace chromeos {
const char kTypeTether[] = "wifi-tether";
const char kTetherBatteryPercentage[] = "Tether.BatteryPercentage";
const char kTetherCarrier[] = "Tether.Carrier";
+const char kTetherHasConnectedToHost[] = "Tether.HasConnectedToHost";
const char kTetherSignalStrength[] = "Tether.SignalStrength";
const char kTetherDevicePath[] = "tether-device-path";
const char kTetherDeviceName[] = "tether-name";
« no previous file with comments | « chromeos/network/tether_constants.h ('k') | chromeos/test/data/network/invalid_settings_with_repairs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698