Index: chromeos/network/network_configuration_handler.cc |
diff --git a/chromeos/network/network_configuration_handler.cc b/chromeos/network/network_configuration_handler.cc |
index 17c691fe0969784ea274a9e8a8e585dc6b5c0517..83059328a23385430123126a70dfd3c9fd23f74e 100644 |
--- a/chromeos/network/network_configuration_handler.cc |
+++ b/chromeos/network/network_configuration_handler.cc |
@@ -113,6 +113,11 @@ void NetworkConfigurationHandler::Initialize() { |
} |
// static |
+bool NetworkConfigurationHandler::IsInitialized() { |
+ return g_configuration_handler_instance; |
+} |
+ |
+// static |
void NetworkConfigurationHandler::Shutdown() { |
CHECK(g_configuration_handler_instance); |
delete g_configuration_handler_instance; |