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(); |