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

Issue 9414039: Use scoped_ptr<> to store ConfirmBubbleModel. (Closed)

Created:
8 years, 10 months ago by Hironori Bono
Modified:
8 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Use scoped_ptr<> to store ConfirmBubbleModel. This change uses scoped_ptr<ConfirmBubbleModel> instead of a raw pointer for consistency with GTK and Views. BUG=none TEST=run ConfirmBubbleControllerTests on valgrind. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123007

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -33 lines) Patch
M chrome/browser/ui/cocoa/confirm_bubble_controller.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/confirm_bubble_controller.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/confirm_bubble_controller_unittest.mm View 1 2 8 chunks +50 lines, -30 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hironori Bono
Greetings Mark and Robert, Thanks for your help in advance. When I ported ConfirmBubbleModel to ...
8 years, 10 months ago (2012-02-17 11:34:52 UTC) #1
Robert Sesek
lgtm with two nits http://codereview.chromium.org/9414039/diff/1/chrome/browser/ui/cocoa/confirm_bubble_controller.h File chrome/browser/ui/cocoa/confirm_bubble_controller.h (right): http://codereview.chromium.org/9414039/diff/1/chrome/browser/ui/cocoa/confirm_bubble_controller.h#newcode28 chrome/browser/ui/cocoa/confirm_bubble_controller.h:28: // Creates a ConfirmBubbleController object. ...
8 years, 10 months ago (2012-02-17 15:24:25 UTC) #2
Mark Mentovai
LGTM with these comments addressed. http://codereview.chromium.org/9414039/diff/7009/chrome/browser/ui/cocoa/confirm_bubble_controller.h File chrome/browser/ui/cocoa/confirm_bubble_controller.h (right): http://codereview.chromium.org/9414039/diff/7009/chrome/browser/ui/cocoa/confirm_bubble_controller.h#newcode12 chrome/browser/ui/cocoa/confirm_bubble_controller.h:12: #import "base/memory/scoped_ptr.h" You don’t ...
8 years, 10 months ago (2012-02-21 20:00:48 UTC) #3
Hironori Bono
Greetings Mark and Robert, Many thanks for your review and comments. I have applied them ...
8 years, 10 months ago (2012-02-22 07:22:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hbono@chromium.org/9414039/19001
8 years, 10 months ago (2012-02-22 07:22:59 UTC) #5
commit-bot: I haz the power
8 years, 10 months ago (2012-02-22 09:32:25 UTC) #6
Change committed as 123007

Powered by Google App Engine
This is Rietveld 408576698