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

Unified Diff: chromeos/network/network_connection_handler.h

Issue 2434683003: Move NetworkStateNotifier and NetworkConnect from src/ui (Closed)
Patch Set: Fix virtuals Created 4 years, 2 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.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 623ab24b12bdca4915feebfdaec288646f05a755..af76d47fa4d42c545a138353c8837a6b9085eccd 100644
--- a/chromeos/network/network_connection_handler.h
+++ b/chromeos/network/network_connection_handler.h
@@ -99,6 +99,9 @@ class CHROMEOS_EXPORT NetworkConnectionHandler
// Trying to configure an unmanged network but policy prohibits that
static const char kErrorUnmanagedNetwork[];
+ // Network activation failed.
+ static const char kErrorActivateFailed[];
+
~NetworkConnectionHandler() override;
void AddObserver(NetworkConnectionObserver* observer);
« no previous file with comments | « chromeos/network/network_connect.cc ('k') | chromeos/network/network_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698