Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 7276030: Show singleton tab instead of opening multiple help tabs. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index cdffb7b9c90373b84c966444e9aa8634647eb278..b1acdebd8d0d8fd7b6c2e47fccf72b6b8a9664cf 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -824,7 +824,7 @@ void RecordLastRunAppBundlePath() {
break;
case IDC_HELP_PAGE:
if (Browser* browser = ActivateBrowser(lastProfile))
- browser->OpenHelpTab();
+ browser->ShowHelpTab();
else
Browser::OpenHelpWindow(lastProfile);
break;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698