| Index: ash/mus/window_manager_application.h
|
| diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
|
| index 757e24bc4e71d7370343f23d415aace4e32de9b9..6b23199d23e381b4edb147f2f107211907801123 100644
|
| --- a/ash/mus/window_manager_application.h
|
| +++ b/ash/mus/window_manager_application.h
|
| @@ -58,12 +58,14 @@ class WindowManagerApplication : public service_manager::Service {
|
| friend class WmTestBase;
|
| friend class WmTestHelper;
|
|
|
| + // If |init_network_handler| is true, chromeos::NetworkHandler is initialized.
|
| void InitWindowManager(
|
| std::unique_ptr<aura::WindowTreeClient> window_tree_client,
|
| - const scoped_refptr<base::SequencedWorkerPool>& blocking_pool);
|
| + const scoped_refptr<base::SequencedWorkerPool>& blocking_pool,
|
| + bool init_network_handler);
|
|
|
| // Initializes lower-level OS-specific components (e.g. D-Bus services).
|
| - void InitializeComponents();
|
| + void InitializeComponents(bool init_network_handler);
|
| void ShutdownComponents();
|
|
|
| // service_manager::Service:
|
|
|