| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index b6ff99d0491dc3a46d8d12824ab7a6246f65c88f..dcc9d8aacd55cfba065d15969534ea5951528464 100644
|
| --- a/chromeos/network/network_state_handler.h
|
| +++ b/chromeos/network/network_state_handler.h
|
| @@ -61,6 +61,9 @@ class CHROMEOS_EXPORT NetworkStateHandler
|
| // Sets the global instance. Must be called before any calls to Get().
|
| static void Initialize();
|
|
|
| + // Returns true if the global instance has been initialized.
|
| + static bool IsInitialized();
|
| +
|
| // Destroys the global instance.
|
| static void Shutdown();
|
|
|
|
|