| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 3bbc53e073f7a577d69469ff5d206fe6ea96b496..e8151465026b4f2b908796001e5ce0daff9c008f 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -204,7 +204,7 @@ keyboard::KeyboardUI* ShellDelegateImpl::CreateKeyboardUI() {
|
| return new TestKeyboardUI;
|
| }
|
|
|
| -void ShellDelegateImpl::OpenUrl(const GURL& url) {}
|
| +void ShellDelegateImpl::OpenUrlFromArc(const GURL& url) {}
|
|
|
| app_list::AppListPresenter* ShellDelegateImpl::GetAppListPresenter() {
|
| if (!app_list_presenter_) {
|
|
|