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

Unified Diff: chromeos/network/network_connection_handler.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_connect_unittest.cc ('k') | chromeos/network/network_connection_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_connection_handler.h
diff --git a/chromeos/network/network_connection_handler.h b/chromeos/network/network_connection_handler.h
index af76d47fa4d42c545a138353c8837a6b9085eccd..e7e86d474188e74114e98a21988dd98cb9d07892 100644
--- a/chromeos/network/network_connection_handler.h
+++ b/chromeos/network/network_connection_handler.h
@@ -102,6 +102,9 @@ class CHROMEOS_EXPORT NetworkConnectionHandler
// Network activation failed.
static const char kErrorActivateFailed[];
+ // Network was enabled/disabled when it was not available.
+ static const char kEnabledOrDisabledWhenNotAvailable[];
+
~NetworkConnectionHandler() override;
void AddObserver(NetworkConnectionObserver* observer);
« no previous file with comments | « chromeos/network/network_connect_unittest.cc ('k') | chromeos/network/network_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698