Index: mash/example/views_examples/views_examples_application_delegate.cc |
diff --git a/mash/example/views_examples/views_examples_application_delegate.cc b/mash/example/views_examples/views_examples_application_delegate.cc |
index 4877da9e94d90fadd2cb13fd43c7682a7590c1fe..41cc353a45ffee32fb65954ff4b37d55e5216538 100644 |
--- a/mash/example/views_examples/views_examples_application_delegate.cc |
+++ b/mash/example/views_examples/views_examples_application_delegate.cc |
@@ -16,7 +16,7 @@ ViewsExamplesApplicationDelegate::ViewsExamplesApplicationDelegate() {} |
ViewsExamplesApplicationDelegate::~ViewsExamplesApplicationDelegate() { |
} |
-void ViewsExamplesApplicationDelegate::Initialize( |
+void ViewsExamplesApplicationDelegate::OnStart( |
shell::Connector* connector, |
const shell::Identity& identity, |
uint32_t id) { |
@@ -26,7 +26,7 @@ void ViewsExamplesApplicationDelegate::Initialize( |
views::WindowManagerConnection::Create(connector, identity); |
} |
-bool ViewsExamplesApplicationDelegate::AcceptConnection( |
+bool ViewsExamplesApplicationDelegate::OnConnect( |
shell::Connection* connection) { |
connection->AddInterface<mash::mojom::Launchable>(this); |
return true; |