| Index: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| index a01f3830e4023116a7def78af38c7468bb76a447..d39da0ec70407689a588a761d71ffec6b8f168f9 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
|
| @@ -44,6 +44,7 @@
|
| #include "chromeos/dbus/session_manager_client.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/browser/web_contents_view.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| @@ -122,7 +123,7 @@ void ChromeShellDelegate::OpenCrosh() {
|
| false));
|
| browser->window()->Show();
|
| browser->window()->Activate();
|
| - page->Focus();
|
| + page->GetView()->Focus();
|
| }
|
|
|
| void ChromeShellDelegate::OpenMobileSetup(const std::string& service_path) {
|
|
|