Index: chromeos/network/network_handler.h |
diff --git a/chromeos/network/network_handler.h b/chromeos/network/network_handler.h |
index e3df697cad688d8a0144e4429361cad91f2e4cc9..5499589ca4c5bce71f0a540a286a3f1b262605ec 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(); |