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

Issue 10919051: Move device notification impl out of chrome/browser/media_gallery (Closed)

Created:
8 years, 3 months ago by Hongbo Min
Modified:
8 years, 3 months ago
CC:
chromium-reviews, gbillock+watch_chromium.org, smckay+watch_chromium.org, groby+watch_chromium.org, Nico, Mihai Parparita -not on Chrome, willchan no longer on Chromium
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move device notification impl out of chrome/browser/media_gallery BUG=145400 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154961

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rename media_gallery_constants to removable_device_constants #

Patch Set 3 : rebase to trunk #

Patch Set 4 : modify for chromeos and win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -3012 lines) Patch
M chrome/browser/chrome_browser_main_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/intents/device_attached_intent_source.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_chromeos.h View 1 chunk +0 lines, -73 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_chromeos.cc View 1 chunk +0 lines, -163 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_chromeos_unittest.cc View 1 chunk +0 lines, -241 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_utils.h View 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_utils.cc View 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_utils_unittest.cc View 1 chunk +0 lines, -109 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_window_win.h View 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_window_win.cc View 1 chunk +0 lines, -189 lines 0 comments Download
D chrome/browser/media_gallery/media_device_notifications_window_win_unittest.cc View 1 chunk +0 lines, -212 lines 0 comments Download
M chrome/browser/media_gallery/media_file_system_registry.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_gallery/media_galleries_preferences.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_gallery/media_galleries_preferences_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/media_gallery/media_gallery_constants.h View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/browser/media_gallery/media_gallery_constants.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/browser/media_gallery/media_storage_util.h View 1 2 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/browser/media_gallery/media_storage_util.cc View 1 2 1 chunk +0 lines, -226 lines 0 comments Download
D chrome/browser/media_gallery/media_storage_util_linux.cc View 1 2 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/media_gallery/media_storage_util_unittest.cc View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/browser/media_gallery/removable_device_notifications_linux.h View 1 chunk +0 lines, -143 lines 0 comments Download
D chrome/browser/media_gallery/removable_device_notifications_linux.cc View 1 2 1 chunk +0 lines, -512 lines 0 comments Download
D chrome/browser/media_gallery/removable_device_notifications_linux_unittest.cc View 1 chunk +0 lines, -725 lines 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_chromeos.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_chromeos.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_chromeos_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_utils.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_utils_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_window_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_window_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/media_device_notifications_window_win_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/system_monitor/media_storage_util.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/media_storage_util.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/system_monitor/media_storage_util_linux.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/browser/system_monitor/media_storage_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/system_monitor/removable_device_constants.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/removable_device_constants.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/system_monitor/removable_device_notifications_linux.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/system_monitor/removable_device_notifications_linux.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 7 chunks +18 lines, -18 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 5 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Hongbo Min
As discussed in http://codereview.chromium.org/10893006/, the device notification implementation is now moved out of chrome/browser/system_monitor. This ...
8 years, 3 months ago (2012-09-02 13:21:40 UTC) #1
Hongbo Min
Hi, Reviewers, Although the device notification implementation is moved out of chrome/browser/media_gallery, it still has ...
8 years, 3 months ago (2012-09-03 06:55:10 UTC) #2
vandebo (ex-Chrome)
On 2012/09/03 06:55:10, Hongbo Min wrote: > Hi, Reviewers, Please select a minimal set of ...
8 years, 3 months ago (2012-09-04 21:47:58 UTC) #3
Hongbo Min
On 2012/09/04 21:47:58, vandebo wrote: > On 2012/09/03 06:55:10, Hongbo Min wrote: > > Hi, ...
8 years, 3 months ago (2012-09-05 00:13:49 UTC) #4
vandebo (ex-Chrome)
On 2012/09/05 00:13:49, Hongbo Min wrote: > You understanding about suggest 2 is exactly right. ...
8 years, 3 months ago (2012-09-05 00:17:55 UTC) #5
Hongbo Min
On 2012/09/05 00:17:55, vandebo wrote: > On 2012/09/05 00:13:49, Hongbo Min wrote: > > You ...
8 years, 3 months ago (2012-09-05 05:34:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hongbo.min@intel.com/10919051/1
8 years, 3 months ago (2012-09-05 05:36:26 UTC) #7
commit-bot: I haz the power
Presubmit check for 10919051-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-05 05:36:44 UTC) #8
Hongbo Min
@thestig, @jhawkins Need your LGTM to commit. Thanks.
8 years, 3 months ago (2012-09-05 05:41:03 UTC) #9
Lei Zhang
lgtm if you just rename the file vandebo mentioned. http://codereview.chromium.org/10919051/diff/1/chrome/browser/system_monitor/media_gallery_constants.h File chrome/browser/system_monitor/media_gallery_constants.h (right): http://codereview.chromium.org/10919051/diff/1/chrome/browser/system_monitor/media_gallery_constants.h#newcode1 chrome/browser/system_monitor/media_gallery_constants.h:1: ...
8 years, 3 months ago (2012-09-05 05:56:50 UTC) #10
Hongbo Min
On 2012/09/05 05:56:50, Lei Zhang wrote: > lgtm if you just rename the file vandebo ...
8 years, 3 months ago (2012-09-05 08:15:12 UTC) #11
Lei Zhang
On 2012/09/05 08:15:12, Hongbo Min wrote: > On 2012/09/05 05:56:50, Lei Zhang wrote: > > ...
8 years, 3 months ago (2012-09-05 08:25:55 UTC) #12
Hongbo Min
On 2012/09/05 08:25:55, Lei Zhang wrote: > On 2012/09/05 08:15:12, Hongbo Min wrote: > > ...
8 years, 3 months ago (2012-09-05 08:29:15 UTC) #13
Hongbo Min
I just renamed media_gallery_constants.* files. See my comments. Is it fine to commit now? Thanks. ...
8 years, 3 months ago (2012-09-05 08:42:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hongbo.min@intel.com/10919051/8002
8 years, 3 months ago (2012-09-05 09:53:27 UTC) #15
commit-bot: I haz the power
Try job failure for 10919051-8002 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-09-05 10:12:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hongbo.min@intel.com/10919051/5004
8 years, 3 months ago (2012-09-05 12:13:28 UTC) #17
commit-bot: I haz the power
Try job failure for 10919051-5004 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-09-05 12:40:24 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hongbo.min@intel.com/10919051/13002
8 years, 3 months ago (2012-09-05 12:52:38 UTC) #19
commit-bot: I haz the power
8 years, 3 months ago (2012-09-05 16:04:50 UTC) #20
Change committed as 154961

Powered by Google App Engine
This is Rietveld 408576698