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

Issue 10909259: Share MediaStorageUtil common code among platforms. (Closed)

Created:
8 years, 3 months ago by vandebo (ex-Chrome)
Modified:
8 years, 3 months ago
Reviewers:
Lei Zhang, kmadhusu
CC:
chromium-reviews, kmadhusu
Visibility:
Public.

Description

Share MediaStorageUtil common code among platforms. Also hook up Mac implementation. TBR=thestig@chromium.org BUG=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157085

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix typo #

Patch Set 3 : Try a different way #

Total comments: 6

Patch Set 4 : Fix win tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -81 lines) Patch
M chrome/browser/system_monitor/media_storage_util.h View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/system_monitor/media_storage_util.cc View 1 2 3 3 chunks +51 lines, -25 lines 0 comments Download
D chrome/browser/system_monitor/media_storage_util_linux.cc View 1 chunk +0 lines, -48 lines 0 comments Download
M chrome/browser/system_monitor/removable_device_notifications_chromeos.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/system_monitor/removable_device_notifications_linux.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/system_monitor/removable_device_notifications_mac.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/system_monitor/removable_device_notifications_mac.mm View 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/system_monitor/removable_device_notifications_window_win.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
vandebo (ex-Chrome)
8 years, 3 months ago (2012-09-16 21:42:03 UTC) #1
kmadhusu
https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc#newcode180 chrome/browser/system_monitor/media_storage_util.cc:180: #elif defiend(OS_LINUX) typo: defined
8 years, 3 months ago (2012-09-16 21:44:11 UTC) #2
vandebo (ex-Chrome)
https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc#newcode180 chrome/browser/system_monitor/media_storage_util.cc:180: #elif defiend(OS_LINUX) On 2012/09/16 21:44:11, kmadhusu wrote: > typo: ...
8 years, 3 months ago (2012-09-16 21:48:40 UTC) #3
kmadhusu
(drive-by comments) https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc#newcode190 chrome/browser/system_monitor/media_storage_util.cc:190: // RemovableDeviceNotificationsWindowWin::GetInstance(); This function has too many ...
8 years, 3 months ago (2012-09-16 21:52:53 UTC) #4
vandebo (ex-Chrome)
https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10909259/diff/1/chrome/browser/system_monitor/media_storage_util.cc#newcode190 chrome/browser/system_monitor/media_storage_util.cc:190: // RemovableDeviceNotificationsWindowWin::GetInstance(); On 2012/09/16 21:52:53, kmadhusu wrote: > This ...
8 years, 3 months ago (2012-09-16 22:29:40 UTC) #5
kmadhusu
lgtm
8 years, 3 months ago (2012-09-16 23:17:17 UTC) #6
vandebo (ex-Chrome)
TBRing the small .gypi change.
8 years, 3 months ago (2012-09-16 23:18:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/10909259/11001
8 years, 3 months ago (2012-09-16 23:19:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/10909259/6006
8 years, 3 months ago (2012-09-17 00:22:33 UTC) #9
Lei Zhang
https://codereview.chromium.org/10909259/diff/11001/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10909259/diff/11001/chrome/browser/system_monitor/media_storage_util.cc#newcode181 chrome/browser/system_monitor/media_storage_util.cc:181: #if 0 && defined(OS_CHROMEOS) Whose job is it to ...
8 years, 3 months ago (2012-09-17 00:25:47 UTC) #10
vandebo (ex-Chrome)
https://codereview.chromium.org/10909259/diff/11001/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10909259/diff/11001/chrome/browser/system_monitor/media_storage_util.cc#newcode181 chrome/browser/system_monitor/media_storage_util.cc:181: #if 0 && defined(OS_CHROMEOS) On 2012/09/17 00:25:47, Lei Zhang ...
8 years, 3 months ago (2012-09-17 00:32:58 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-17 03:10:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/10909259/6006
8 years, 3 months ago (2012-09-17 04:30:28 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-17 05:34:26 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/10909259/6006
8 years, 3 months ago (2012-09-17 05:34:50 UTC) #15
commit-bot: I haz the power
8 years, 3 months ago (2012-09-17 06:51:44 UTC) #16
Change committed as 157085

Powered by Google App Engine
This is Rietveld 408576698