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

Issue 303030: Mac: Enable help when there are no windows. (Closed)

Created:
11 years, 2 months ago by viettrungluu
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Mac: Enable help when there are no windows. BUG=23825 TEST=Close all browser windows. Check that Help->Chromium Help (or Google Chrome Help) is enabled and works correctly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=29744

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -2 lines) Patch
M chrome/browser/app_controller_mac.mm View 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/browser.h View 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/browser.cc View 1 chunk +9 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
viettrungluu
11 years, 2 months ago (2009-10-22 00:19:02 UTC) #1
Miranda Callahan
LGTM! On 2009/10/22 00:19:02, viettrungluu wrote: >
11 years, 2 months ago (2009-10-22 00:21:40 UTC) #2
pink (ping after 24hrs)
drive-by http://codereview.chromium.org/303030/diff/1/3 File chrome/browser/browser.cc (right): http://codereview.chromium.org/303030/diff/1/3#newcode324 Line 324: void Browser::OpenHelpWindow(Profile* profile) { we don't follow ...
11 years, 2 months ago (2009-10-22 18:22:55 UTC) #3
viettrungluu
11 years, 2 months ago (2009-10-23 02:50:50 UTC) #4
On 2009/10/22 18:22:55, pink wrote:
> drive-by
> 
> http://codereview.chromium.org/303030/diff/1/3
> File chrome/browser/browser.cc (right):
> 
> http://codereview.chromium.org/303030/diff/1/3#newcode324
> Line 324: void Browser::OpenHelpWindow(Profile* profile) {
> we don't follow this pattern for anything else (themes, about license, etc
etc).
> Should we unify everything to this way?

My logic was that, since there's a Browser::OpenHelpTab(), there should be a
corresponding OpenHelpWindow(). It might make sense and help organize things to
unify everything this way.

Probably the ShowXYZTab() methods also need corresponding OpenXYZWindow()
methods (where XYZ = History, Downloads).

Powered by Google App Engine
This is Rietveld 408576698