| Index: mash/shell/shell_application_delegate.cc
|
| diff --git a/mash/shell/shell_application_delegate.cc b/mash/shell/shell_application_delegate.cc
|
| index ff472e794d8fdd78fa8c8f2817841798c1e2b023..8c217bc381306d33db3af615292833b45131e526 100644
|
| --- a/mash/shell/shell_application_delegate.cc
|
| +++ b/mash/shell/shell_application_delegate.cc
|
| @@ -18,8 +18,7 @@ ShellApplicationDelegate::ShellApplicationDelegate()
|
| ShellApplicationDelegate::~ShellApplicationDelegate() {}
|
|
|
| void ShellApplicationDelegate::Initialize(mojo::Connector* connector,
|
| - const std::string& url,
|
| - const std::string& user_id,
|
| + const mojo::Identity& identity,
|
| uint32_t id) {
|
| connector_ = connector;
|
| StartBrowserDriver();
|
|
|