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

Unified Diff: components/onc/onc_constants.h

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: 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: components/onc/onc_constants.h
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index ff6301c2b321827f00e14d0b9b6035dd2eba7eb7..93c92ae7145b318664c345adca5b7069a22a96e9 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -222,6 +222,7 @@ ONC_EXPORT extern const char k8021X[];
namespace tether {
ONC_EXPORT extern const char kBatteryPercentage[];
ONC_EXPORT extern const char kCarrier[];
+ONC_EXPORT extern const char kHasConnectedToHost[];
ONC_EXPORT extern const char kSignalStrength[];
} // namespace tether

Powered by Google App Engine
This is Rietveld 408576698