diff options
Diffstat (limited to 'mash/browser_driver/browser_driver_application_delegate.h')
-rw-r--r-- | mash/browser_driver/browser_driver_application_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mash/browser_driver/browser_driver_application_delegate.h b/mash/browser_driver/browser_driver_application_delegate.h index ff2aa9a..cbe63cf 100644 --- a/mash/browser_driver/browser_driver_application_delegate.h +++ b/mash/browser_driver/browser_driver_application_delegate.h @@ -27,7 +27,7 @@ class BrowserDriverApplicationDelegate : public mojo::ShellClient, private: // mojo::ShellClient: - void Initialize(mojo::Shell* shell, const std::string& url, + void Initialize(mojo::Connector* connector, const std::string& url, uint32_t id, uint32_t user_id) override; bool AcceptConnection(mojo::Connection* connection) override; @@ -36,7 +36,7 @@ class BrowserDriverApplicationDelegate : public mojo::ShellClient, void AddAccelerators(); - mojo::Shell* shell_; + mojo::Connector* connector_; mojo::Binding<mus::mojom::AcceleratorHandler> binding_; DISALLOW_COPY_AND_ASSIGN(BrowserDriverApplicationDelegate); |