Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Issue 10829160: Created a helper function "FindDiskBySourcePath" in DiskMountManager. (Closed)

Created:
8 years, 4 months ago by kmadhusu
Modified:
8 years, 4 months ago
Reviewers:
zel, Ben Chan, tbarzic
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, tbarzic+watch_chromium.org, achuith+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Created a helper function "FindDiskBySourcePath" in DiskMountManager. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150205

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed unit test and addressed review comments #

Patch Set 3 : '' #

Patch Set 4 : Rebase #

Total comments: 3

Patch Set 5 : Fix browser test #

Total comments: 2

Patch Set 6 : Fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -24 lines) Patch
M chrome/browser/chromeos/disks/disk_mount_manager.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/disks/disk_mount_manager.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/disks/mock_disk_mount_manager.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/disks/mock_disk_mount_manager.cc View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 1 2 3 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 3 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_apitest.cc View 1 2 3 4 5 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/imageburner/burn_controller.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/media_gallery/media_device_notifications_chromeos.cc View 1 2 3 1 chunk +6 lines, -8 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
kmadhusu
As a follow up of codereview.chromium.org/10830003, made changes to DiskMountManager to create a new helper ...
8 years, 4 months ago (2012-08-03 07:12:59 UTC) #1
Ben Chan
https://chromiumcodereview.appspot.com/10829160/diff/1/chrome/browser/chromeos/extensions/file_browser_private_api.cc File chrome/browser/chromeos/extensions/file_browser_private_api.cc (right): https://chromiumcodereview.appspot.com/10829160/diff/1/chrome/browser/chromeos/extensions/file_browser_private_api.cc#newcode115 chrome/browser/chromeos/extensions/file_browser_private_api.cc:115: return disk && disk->is_hidden() ? NULL : disk; return ...
8 years, 4 months ago (2012-08-03 15:04:55 UTC) #2
kmadhusu
benchan@: Addressed review comments. PTAL. Thanks. https://chromiumcodereview.appspot.com/10829160/diff/1/chrome/browser/chromeos/extensions/file_browser_private_api.cc File chrome/browser/chromeos/extensions/file_browser_private_api.cc (right): https://chromiumcodereview.appspot.com/10829160/diff/1/chrome/browser/chromeos/extensions/file_browser_private_api.cc#newcode115 chrome/browser/chromeos/extensions/file_browser_private_api.cc:115: return disk && ...
8 years, 4 months ago (2012-08-03 18:13:52 UTC) #3
kmadhusu
Added tbarzic@ as reviewer for OWNER's Check. tbarzic@: PTAL. Thanks.
8 years, 4 months ago (2012-08-03 18:14:33 UTC) #4
tbarzic
lgtm, given the *.FileBrowserMount test passes http://codereview.chromium.org/10829160/diff/8/chrome/browser/chromeos/disks/mock_disk_mount_manager.h File chrome/browser/chromeos/disks/mock_disk_mount_manager.h (right): http://codereview.chromium.org/10829160/diff/8/chrome/browser/chromeos/disks/mock_disk_mount_manager.h#newcode78 chrome/browser/chromeos/disks/mock_disk_mount_manager.h:78: // This function ...
8 years, 4 months ago (2012-08-06 18:12:08 UTC) #5
kmadhusu
tbarzic@: As we discussed, added a new mock function in file_browser_private_apitest to fix FileBrowserMount test. ...
8 years, 4 months ago (2012-08-06 21:17:38 UTC) #6
tbarzic
On 2012/08/06 21:17:38, kmadhusu wrote: > tbarzic@: As we discussed, added a new mock function ...
8 years, 4 months ago (2012-08-06 21:40:35 UTC) #7
Ben Chan
lgtm with 1 nit https://chromiumcodereview.appspot.com/10829160/diff/9010/chrome/browser/chromeos/extensions/file_browser_private_apitest.cc File chrome/browser/chromeos/extensions/file_browser_private_apitest.cc (right): https://chromiumcodereview.appspot.com/10829160/diff/9010/chrome/browser/chromeos/extensions/file_browser_private_apitest.cc#newcode223 chrome/browser/chromeos/extensions/file_browser_private_apitest.cc:223: return volume_it == volumes_.end() ? ...
8 years, 4 months ago (2012-08-06 21:51:26 UTC) #8
kmadhusu
https://chromiumcodereview.appspot.com/10829160/diff/9010/chrome/browser/chromeos/extensions/file_browser_private_apitest.cc File chrome/browser/chromeos/extensions/file_browser_private_apitest.cc (right): https://chromiumcodereview.appspot.com/10829160/diff/9010/chrome/browser/chromeos/extensions/file_browser_private_apitest.cc#newcode223 chrome/browser/chromeos/extensions/file_browser_private_apitest.cc:223: return volume_it == volumes_.end() ? NULL : volume_it->second; On ...
8 years, 4 months ago (2012-08-06 21:55:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10829160/3008
8 years, 4 months ago (2012-08-06 21:59:40 UTC) #10
commit-bot: I haz the power
Presubmit check for 10829160-3008 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-06 21:59:45 UTC) #11
kmadhusu
Added zelidrag@ as reviewer for chrome/browser/chromeos OWNER's check. zelidrag@: PTAL. Thanks.
8 years, 4 months ago (2012-08-06 22:04:09 UTC) #12
zel
lgtm
8 years, 4 months ago (2012-08-06 22:09:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10829160/3008
8 years, 4 months ago (2012-08-06 22:12:32 UTC) #14
commit-bot: I haz the power
Try job failure for 10829160-3008 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-06 22:54:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10829160/3008
8 years, 4 months ago (2012-08-06 23:21:42 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-08-07 01:08:58 UTC) #17
Change committed as 150205

Powered by Google App Engine
This is Rietveld 408576698