Index: chrome/browser/ui/settings_window_manager.cc |
diff --git a/chrome/browser/ui/settings_window_manager.cc b/chrome/browser/ui/settings_window_manager.cc |
index 5e4954b8cae94a56c555b510fad6ebe02f7ebb48..6ca60891a94fb72094117417757f5b64dc3c3032 100644 |
--- a/chrome/browser/ui/settings_window_manager.cc |
+++ b/chrome/browser/ui/settings_window_manager.cc |
@@ -47,7 +47,7 @@ void SettingsWindowManager::ShowChromePageForProfile(Profile* profile, |
const content::WebContents* web_contents = |
browser->tab_strip_model()->GetWebContentsAt(0); |
if (web_contents && web_contents->GetURL() == gurl) { |
- browser->window()->Show(); |
+ browser->window()->Show(true /* user_gesture */); |
return; |
} |
NavigateParams params(browser, gurl, |