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

Issue 14016002: Storage Monitor: Make StorageMonitorLinux own the MediaTransferProtocolManager. (Closed)

Created:
7 years, 8 months ago by Lei Zhang
Modified:
7 years, 8 months ago
Reviewers:
Greg Billock
CC:
chromium-reviews
Visibility:
Public.

Description

Storage Monitor: Make StorageMonitorLinux own the MediaTransferProtocolManager. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194994

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase to ToT, still need to fix CrOS #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : fix cros #

Patch Set 5 : rebase, no change #

Patch Set 6 : attempt to fix other OSes #

Patch Set 7 : fix browser_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -82 lines) Patch
M chrome/browser/media_galleries/linux/mtp_device_task_helper.cc View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_read_file_worker.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc View 1 2 3 4 5 6 5 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor.h View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_chromeos.h View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_chromeos.cc View 1 2 3 4 5 chunks +26 lines, -13 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux.h View 1 2 3 4 5 chunks +16 lines, -8 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux.cc View 1 2 3 4 4 chunks +27 lines, -10 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc View 1 2 3 4 3 chunks +4 lines, -1 line 0 comments Download
A chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.h View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/test_storage_monitor.h View 1 2 3 4 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/test_storage_monitor.cc View 1 2 3 4 5 2 chunks +18 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M device/media_transfer_protocol/media_transfer_protocol_manager.h View 1 2 3 4 1 chunk +3 lines, -9 lines 0 comments Download
M device/media_transfer_protocol/media_transfer_protocol_manager.cc View 1 2 3 4 3 chunks +7 lines, -21 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Lei Zhang
This replaces https://codereview.chromium.org/12912013/ https://codereview.chromium.org/14016002/diff/1/chrome/browser/storage_monitor/storage_monitor.h File chrome/browser/storage_monitor/storage_monitor.h (right): https://codereview.chromium.org/14016002/diff/1/chrome/browser/storage_monitor/storage_monitor.h#newcode87 chrome/browser/storage_monitor/storage_monitor.h:87: virtual device::MediaTransferProtocolManager* This is not ideal, ...
7 years, 8 months ago (2013-04-10 04:31:21 UTC) #1
Greg Billock
On 2013/04/10 04:31:21, Lei Zhang wrote: > This replaces https://codereview.chromium.org/12912013/ > > https://codereview.chromium.org/14016002/diff/1/chrome/browser/storage_monitor/storage_monitor.h > File ...
7 years, 8 months ago (2013-04-10 18:27:18 UTC) #2
Greg Billock
https://codereview.chromium.org/14016002/diff/11001/chrome/browser/storage_monitor/storage_monitor_linux.cc File chrome/browser/storage_monitor/storage_monitor_linux.cc (left): https://codereview.chromium.org/14016002/diff/11001/chrome/browser/storage_monitor/storage_monitor_linux.cc#oldcode240 chrome/browser/storage_monitor/storage_monitor_linux.cc:240: device::MediaTransferProtocolManager::Shutdown(); Still need to call this, right? Or does ...
7 years, 8 months ago (2013-04-10 18:27:24 UTC) #3
Lei Zhang
Sure. But what sucks currently is StorageMonitorLinux checks to see if it is running in ...
7 years, 8 months ago (2013-04-11 06:17:04 UTC) #4
Lei Zhang
https://codereview.chromium.org/14016002/diff/11001/chrome/browser/storage_monitor/storage_monitor_linux.cc File chrome/browser/storage_monitor/storage_monitor_linux.cc (left): https://codereview.chromium.org/14016002/diff/11001/chrome/browser/storage_monitor/storage_monitor_linux.cc#oldcode240 chrome/browser/storage_monitor/storage_monitor_linux.cc:240: device::MediaTransferProtocolManager::Shutdown(); On 2013/04/10 18:27:25, Greg Billock wrote: > Still ...
7 years, 8 months ago (2013-04-11 06:54:04 UTC) #5
Lei Zhang
PTAL at patch set 4.
7 years, 8 months ago (2013-04-16 20:32:43 UTC) #6
Greg Billock
lgtm
7 years, 8 months ago (2013-04-16 22:52:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/14016002/51001
7 years, 8 months ago (2013-04-18 00:11:34 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-18 00:48:39 UTC) #9
Lei Zhang
There's a couple small fixes in patch set 6 and 7.
7 years, 8 months ago (2013-04-18 02:06:56 UTC) #10
Greg Billock
On 2013/04/18 02:06:56, Lei Zhang wrote: > There's a couple small fixes in patch set ...
7 years, 8 months ago (2013-04-18 02:49:46 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/14016002/96001
7 years, 8 months ago (2013-04-18 02:57:19 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=136031
7 years, 8 months ago (2013-04-18 05:47:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/14016002/96001
7 years, 8 months ago (2013-04-18 19:12:30 UTC) #14
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 20:36:41 UTC) #15
Message was sent while issue was closed.
Change committed as 194994

Powered by Google App Engine
This is Rietveld 408576698