| Index: ash/common/shell_delegate.h
|
| diff --git a/ash/common/shell_delegate.h b/ash/common/shell_delegate.h
|
| index 11ffaf3c826b439043092a72b6d920c28033c104..a4c32c446981067880c599b875f11118e6310c24 100644
|
| --- a/ash/common/shell_delegate.h
|
| +++ b/ash/common/shell_delegate.h
|
| @@ -96,7 +96,7 @@ class ASH_EXPORT ShellDelegate {
|
| virtual keyboard::KeyboardUI* CreateKeyboardUI() = 0;
|
|
|
| // Opens the |url| in a new browser tab.
|
| - virtual void OpenUrl(const GURL& url) = 0;
|
| + virtual void OpenUrlFromArc(const GURL& url) = 0;
|
|
|
| // Get the AppListPresenter. Ownership stays with Chrome.
|
| virtual app_list::AppListPresenter* GetAppListPresenter() = 0;
|
|
|