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

Unified Diff: chromeos/network/network_configuration_handler.cc

Issue 12319145: Using the new Network*Handlers in networkingPrivate Extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial patch. Created 7 years, 10 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_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;

Powered by Google App Engine
This is Rietveld 408576698