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

Unified Diff: chromeos/network/network_connection_handler.cc

Issue 2819993002: [CrOS Tether] Add the notion of a tether DeviceState. (Closed)
Patch Set: stevenjb@ comments. 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: chromeos/network/network_connection_handler.cc
diff --git a/chromeos/network/network_connection_handler.cc b/chromeos/network/network_connection_handler.cc
index 81d3492a47e1bb2af29b7fadf0690cb0785d85c7..344c570b7e833293fe894bba5a3a40427d73da9f 100644
--- a/chromeos/network/network_connection_handler.cc
+++ b/chromeos/network/network_connection_handler.cc
@@ -118,6 +118,8 @@ const char NetworkConnectionHandler::kErrorCertLoadTimeout[] =
const char NetworkConnectionHandler::kErrorUnmanagedNetwork[] =
"unmanaged-network";
const char NetworkConnectionHandler::kErrorActivateFailed[] = "activate-failed";
+const char NetworkConnectionHandler::kEnabledOrDisabledWhenNotAvailable[] =
+ "enabled-or-disabled-when-not-available";
stevenjb 2017/04/20 20:01:10 nit: I would just make this 'not-available'. The c
Kyle Horimoto 2017/04/20 20:49:19 Done.
struct NetworkConnectionHandler::ConnectRequest {
ConnectRequest(const std::string& service_path,

Powered by Google App Engine
This is Rietveld 408576698