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

Issue 10211008: Moves media device notification code to chrome/browser (Closed)

Created:
8 years, 8 months ago by tpayne
Modified:
8 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, Lei Zhang
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Moves media device notification code to chrome/browser BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133946

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments #

Total comments: 10

Patch Set 3 : Addressed Comments #

Total comments: 6

Patch Set 4 : Addressed comment #

Patch Set 5 : Fixed indentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -239 lines) Patch
M chrome/browser/chrome_browser_main_win.h View 1 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.cc View 1 3 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/media_gallery/media_device_notifications_window_win.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A + chrome/browser/media_gallery/media_device_notifications_window_win.cc View 1 2 3 4 5 chunks +32 lines, -17 lines 0 comments Download
A + chrome/browser/media_gallery/media_device_notifications_window_win_unittest.cc View 1 8 chunks +16 lines, -22 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/system_message_window_win.h View 2 chunks +0 lines, -8 lines 0 comments Download
M content/browser/system_message_window_win.cc View 2 chunks +2 lines, -61 lines 0 comments Download
M content/browser/system_message_window_win_unittest.cc View 3 chunks +0 lines, -131 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
tpayne
8 years, 8 months ago (2012-04-24 20:17:17 UTC) #1
vandebo (ex-Chrome)
LGTM with nits. http://codereview.chromium.org/10211008/diff/1/chrome/browser/chrome_browser_main_win.h File chrome/browser/chrome_browser_main_win.h (right): http://codereview.chromium.org/10211008/diff/1/chrome/browser/chrome_browser_main_win.h#newcode11 chrome/browser/chrome_browser_main_win.h:11: #include "chrome/browser/chrome_browser_main.h" #include "base/memory/scoped_ptr.h" http://codereview.chromium.org/10211008/diff/1/chrome/browser/media_gallery/media_device_notification_window_win.cc File ...
8 years, 8 months ago (2012-04-24 21:58:17 UTC) #2
tpayne
http://codereview.chromium.org/10211008/diff/1/chrome/browser/chrome_browser_main_win.h File chrome/browser/chrome_browser_main_win.h (right): http://codereview.chromium.org/10211008/diff/1/chrome/browser/chrome_browser_main_win.h#newcode11 chrome/browser/chrome_browser_main_win.h:11: #include "chrome/browser/chrome_browser_main.h" On 2012/04/24 21:58:17, vandebo wrote: > #include ...
8 years, 8 months ago (2012-04-24 22:59:17 UTC) #3
Lei Zhang
http://codereview.chromium.org/10211008/diff/5001/chrome/browser/media_gallery/media_device_notifications_window_win.cc File chrome/browser/media_gallery/media_device_notifications_window_win.cc (right): http://codereview.chromium.org/10211008/diff/5001/chrome/browser/media_gallery/media_device_notifications_window_win.cc#newcode78 chrome/browser/media_gallery/media_device_notifications_window_win.cc:78: DWORD data) { nit: indentation http://codereview.chromium.org/10211008/diff/5001/chrome/browser/media_gallery/media_device_notifications_window_win.h File chrome/browser/media_gallery/media_device_notifications_window_win.h (right): ...
8 years, 8 months ago (2012-04-24 23:10:42 UTC) #4
tpayne
http://codereview.chromium.org/10211008/diff/5001/chrome/browser/media_gallery/media_device_notifications_window_win.cc File chrome/browser/media_gallery/media_device_notifications_window_win.cc (right): http://codereview.chromium.org/10211008/diff/5001/chrome/browser/media_gallery/media_device_notifications_window_win.cc#newcode78 chrome/browser/media_gallery/media_device_notifications_window_win.cc:78: DWORD data) { On 2012/04/24 23:10:42, Lei Zhang wrote: ...
8 years, 8 months ago (2012-04-25 00:04:31 UTC) #5
Lei Zhang
LGTM with some nits. http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc File chrome/browser/media_gallery/media_device_notifications_window_win.cc (right): http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc#newcode121 chrome/browser/media_gallery/media_device_notifications_window_win.cc:121: Can you add a comment ...
8 years, 8 months ago (2012-04-25 00:21:45 UTC) #6
tpayne
http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc File chrome/browser/media_gallery/media_device_notifications_window_win.cc (right): http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc#newcode121 chrome/browser/media_gallery/media_device_notifications_window_win.cc:121: On 2012/04/25 00:21:45, Lei Zhang wrote: > Can you ...
8 years, 8 months ago (2012-04-25 00:23:20 UTC) #7
Lei Zhang
http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc File chrome/browser/media_gallery/media_device_notifications_window_win.cc (right): http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc#newcode122 chrome/browser/media_gallery/media_device_notifications_window_win.cc:122: LRESULT CALLBACK MediaDeviceNotificationsWindowWin::WndProcThunk(HWND hwnd, On 2012/04/25 00:23:20, tpayne wrote: ...
8 years, 8 months ago (2012-04-25 00:33:56 UTC) #8
tpayne
http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc File chrome/browser/media_gallery/media_device_notifications_window_win.cc (right): http://codereview.chromium.org/10211008/diff/11001/chrome/browser/media_gallery/media_device_notifications_window_win.cc#newcode122 chrome/browser/media_gallery/media_device_notifications_window_win.cc:122: LRESULT CALLBACK MediaDeviceNotificationsWindowWin::WndProcThunk(HWND hwnd, On 2012/04/25 00:33:56, Lei Zhang ...
8 years, 8 months ago (2012-04-25 00:39:19 UTC) #9
jam
lgtm, thanks
8 years, 8 months ago (2012-04-25 02:35:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tpayne@chromium.org/10211008/1014
8 years, 8 months ago (2012-04-25 16:57:21 UTC) #11
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 18:35:12 UTC) #12
Change committed as 133946

Powered by Google App Engine
This is Rietveld 408576698