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

Unified Diff: chromeos/network/network_state_handler.h

Issue 12548014: Enable ash new network status area by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests, ash_shell Created 7 years, 9 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_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();

Powered by Google App Engine
This is Rietveld 408576698