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

Issue 418040: Mac: Implement profile error dialog. (Closed)

Created:
11 years, 1 month ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews_googlegroups.com, Elliot Glaysher
Visibility:
Public.

Description

Mac: Implement profile error dialog. The "active window" change was done for linux in http://codereview.chromium.org/147091 and might fix other problems too. Without this, BrowserList::GetLastActive() returns NULL in Browser::Observe(), which caused the new function not to be called. It looks something like http://imgur.com/6PHQm . BUG=26377 TEST= chmod -r ~/Library/Application\ Support/Chromium/Default/History* Then start chromium (release build, so that we survive some sqlite dchecks) and make sure it displays an error message (then chmod +r again) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32738

Patch Set 1 #

Patch Set 2 : syntax #

Patch Set 3 : done #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -1 line) Patch
M chrome/browser/cocoa/browser_window_cocoa.mm View 1 2 4 chunks +18 lines, -1 line 3 comments Download

Messages

Total messages: 3 (0 generated)
Nico
11 years, 1 month ago (2009-11-21 07:23:48 UTC) #1
viettrungluu
LGTM (aside from quibbling about very minor style details in the comment), though you might ...
11 years, 1 month ago (2009-11-21 07:32:38 UTC) #2
Nico
11 years, 1 month ago (2009-11-21 07:41:42 UTC) #3
Elliot: FYI, since you did this on Linux.

Powered by Google App Engine
This is Rietveld 408576698