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

Issue 18667002: Pass BrowserContext to drive::MountPointProviderDelegate. (Closed)

Created:
7 years, 5 months ago by hidehiko
Modified:
7 years, 5 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, tfarina, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, tzik+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, awong
Visibility:
Public.

Description

Pass BrowserContext to drive::MountPointProviderDelegate. As a preparation to get rid of RemoteFileSystemProxy, let MountPointProviderDelegate take BrowserContext instead of ExternalMountPoints. Currently, it is used to take its ExternalMountPoints, but will be used as a key to take DriveIntegrationService, which manages the drive::FileSystem instance. The changes in drive::MountPointProviderDelegate will be done in following CLs. BUG=253837 TEST=Ran unit_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210921

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -34 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_backend_delegate.h View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_backend_delegate.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/fileapi/browser_file_system_helper.h View 1 1 chunk +3 lines, -6 lines 0 comments Download
M content/browser/fileapi/browser_file_system_helper.cc View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download
M content/browser/storage_partition_impl.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 2 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
hidehiko
This CL is based on 18612002, which is LGTM'ed and now in CQ. The goal ...
7 years, 5 months ago (2013-07-04 06:37:44 UTC) #1
kinuko
https://codereview.chromium.org/18667002/diff/2001/chrome/browser/chrome_content_browser_client.h File chrome/browser/chrome_content_browser_client.h (right): https://codereview.chromium.org/18667002/diff/2001/chrome/browser/chrome_content_browser_client.h#newcode248 chrome/browser/chrome_content_browser_client.h:248: quota::SpecialStoragePolicy* special_storage_policy, nit: this one can be also obtained ...
7 years, 5 months ago (2013-07-04 06:52:50 UTC) #2
satorux1
chrome/browser/chromeos/drive/ LGTM
7 years, 5 months ago (2013-07-04 06:56:12 UTC) #3
hidehiko
Thank you for your review. PTAL? https://codereview.chromium.org/18667002/diff/2001/chrome/browser/chrome_content_browser_client.h File chrome/browser/chrome_content_browser_client.h (right): https://codereview.chromium.org/18667002/diff/2001/chrome/browser/chrome_content_browser_client.h#newcode248 chrome/browser/chrome_content_browser_client.h:248: quota::SpecialStoragePolicy* special_storage_policy, On ...
7 years, 5 months ago (2013-07-04 07:26:30 UTC) #4
kinuko
lgtm https://codereview.chromium.org/18667002/diff/12002/content/public/browser/content_browser_client.h File content/public/browser/content_browser_client.h (right): https://codereview.chromium.org/18667002/diff/12002/content/public/browser/content_browser_client.h#newcode561 content/public/browser/content_browser_client.h:561: // |browser_context| and |special_storage_policy| are needed in the ...
7 years, 5 months ago (2013-07-04 07:34:53 UTC) #5
kinaba
One more LGTM for c/b/cros/drive
7 years, 5 months ago (2013-07-04 07:43:11 UTC) #6
hidehiko
Thank you for your review. Avi, could you also take a look? Thanks, - hidehiko ...
7 years, 5 months ago (2013-07-04 14:51:30 UTC) #7
hidehiko
Hello Joi, Could you kindly review this CL (content/public/browser/... part) as an OWNER? (Avi seems ...
7 years, 5 months ago (2013-07-09 04:45:39 UTC) #8
hidehiko
Hello, Jói. Friendly ping? Could you kindly take a look? Thanks, - hidehiko
7 years, 5 months ago (2013-07-10 15:06:28 UTC) #9
Jói
LGTM, sorry for missing this yesterday.
7 years, 5 months ago (2013-07-10 15:10:41 UTC) #10
hidehiko
On 2013/07/10 15:10:41, Jói wrote: > LGTM, sorry for missing this yesterday. Thank you for ...
7 years, 5 months ago (2013-07-10 15:12:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/18667002/27001
7 years, 5 months ago (2013-07-10 15:12:37 UTC) #12
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=14526
7 years, 5 months ago (2013-07-10 15:24:00 UTC) #13
hidehiko
Hello Charlie, Could you kindly review content/browser/storage_partition_impl.cc as an OWNER? Thank you for your help ...
7 years, 5 months ago (2013-07-10 16:26:02 UTC) #14
Charlie Reis
LGTM. We're hoping to avoid adding dependencies on BrowserContext within most of StoragePartition, but this ...
7 years, 5 months ago (2013-07-10 17:35:51 UTC) #15
hidehiko
On 2013/07/10 17:35:51, creis wrote: > LGTM. We're hoping to avoid adding dependencies on BrowserContext ...
7 years, 5 months ago (2013-07-10 17:41:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/18667002/27001
7 years, 5 months ago (2013-07-10 17:41:53 UTC) #17
commit-bot: I haz the power
7 years, 5 months ago (2013-07-10 20:35:33 UTC) #18
Message was sent while issue was closed.
Change committed as 210921

Powered by Google App Engine
This is Rietveld 408576698