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

Unified Diff: chromeos/network/network_configuration_handler.h

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.h
diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h
index 2a0098983eba1743fbaabc7f9d2d4a06a1b5e8b8..691d203d3a939adbf8d71a6385791dcff3e51147 100644
--- a/chromeos/network/network_configuration_handler.h
+++ b/chromeos/network/network_configuration_handler.h
@@ -46,6 +46,9 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler {
// Sets the global instance. Must be called before any calls to Get().
static void Initialize();
+ // Returns if the singleton is initialized.
+ static bool IsInitialized();
+
// Destroys the global instance.
static void Shutdown();

Powered by Google App Engine
This is Rietveld 408576698