| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index 962435d20dad21c9536b0113251198e4c8fec8ba..c4e185a244bc1206ca0046cf6fc29cb01cadf0c3 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -466,7 +466,7 @@ void ChromeShellDelegate::OpenKeyboardShortcutHelpPage() const {
|
|
|
| chrome::NavigateParams params(browser, GURL(kKeyboardShortcutHelpPageUrl),
|
| ui::PAGE_TRANSITION_AUTO_BOOKMARK);
|
| - params.disposition = SINGLETON_TAB;
|
| + params.disposition = WindowOpenDisposition::SINGLETON_TAB;
|
| chrome::Navigate(¶ms);
|
| }
|
|
|
|
|