summaryrefslogtreecommitdiffstats
path: root/chromeos/network/network_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/network_handler.h')
-rw-r--r--chromeos/network/network_handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/network/network_handler.h b/chromeos/network/network_handler.h
index e3df697..5499589 100644
--- a/chromeos/network/network_handler.h
+++ b/chromeos/network/network_handler.h
@@ -27,6 +27,9 @@ class CHROMEOS_EXPORT NetworkHandler {
// Sets the global instance. Must be called before any calls to Get().
static void Initialize();
+ // Sets the global instance for testing.
+ static void InitializeForTest();
+
// Destroys the global instance.
static void Shutdown();