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

Issue 56026: Move message flags into a separate header that can be used (Closed)

Created:
11 years, 9 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
brettw, sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Move message flags into a separate header that can be used outside the views system. Mac will need this as well when implementing message boxes.

Patch Set 1 #

Total comments: 3

Patch Set 2 : spacing, private #

Patch Set 3 : ctor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -75 lines) Patch
M chrome/browser/download/download_request_dialog_delegate_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/js_before_unload_handler_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/jsmessage_box_handler_win.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/views/external_protocol_dialog.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/views/new_profile_dialog.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/views/options/advanced_page_view.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/views/repost_form_warning_view.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/views/restart_message_box.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/views/user_data_dir_dialog.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/common.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/common/message_box_flags.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 5 chunks +4 lines, -28 lines 0 comments Download
M chrome/views/controls/message_box_view.h View 1 chunk +0 lines, -31 lines 0 comments Download
M chrome/views/controls/message_box_view.cc View 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tony
11 years, 9 months ago (2009-03-27 21:31:25 UTC) #1
sky
http://codereview.chromium.org/56026/diff/1/13 File chrome/common/message_box_flags.h (right): http://codereview.chromium.org/56026/diff/1/13#newcode11 Line 11: class MessageBox { Would this be better as ...
11 years, 9 months ago (2009-03-27 21:38:40 UTC) #2
tony
brett, knower of all things C++ style related, is it ok for me to use ...
11 years, 9 months ago (2009-03-27 21:54:08 UTC) #3
sky
11 years, 9 months ago (2009-03-27 22:15:51 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698