| Index: content/shell/browser/shell_devtools_frontend.cc
|
| diff --git a/content/shell/browser/shell_devtools_frontend.cc b/content/shell/browser/shell_devtools_frontend.cc
|
| index 2ad0c2ed445d9d8a0cd259dbe6aef21329a3073e..3a895af6340914994eb76a53332b962732785e2a 100644
|
| --- a/content/shell/browser/shell_devtools_frontend.cc
|
| +++ b/content/shell/browser/shell_devtools_frontend.cc
|
| @@ -117,7 +117,7 @@ ShellDevToolsFrontend* ShellDevToolsFrontend::Show(
|
| }
|
|
|
| void ShellDevToolsFrontend::Activate() {
|
| - frontend_shell_->ActivateContents(web_contents());
|
| + frontend_shell_->ActivateContents(web_contents(), true /* user_gesture */);
|
| }
|
|
|
| void ShellDevToolsFrontend::Focus() {
|
|
|