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

Issue 10537092: Media Gallery: Register isolated file systems on a per RenderProcessHost basis. Otherwise when one… (Closed)

Created:
8 years, 6 months ago by Lei Zhang
Modified:
8 years, 6 months ago
Reviewers:
kinuko
CC:
chromium-reviews
Visibility:
Public.

Description

Media Gallery: Register isolated file system on a per RenderProcessHost basis. Otherwise when one RenderProcessHost closed, it revokes the file system for all RenderProcessHosts. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141629

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -18 lines) Patch
M chrome/browser/extensions/api/media_gallery/media_gallery_api.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/media_gallery/media_file_system_registry.h View 1 2 2 chunks +30 lines, -6 lines 0 comments Download
M chrome/browser/media_gallery/media_file_system_registry.cc View 1 4 chunks +67 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Lei Zhang
8 years, 6 months ago (2012-06-09 00:48:55 UTC) #1
kinuko
http://codereview.chromium.org/10537092/diff/7001/chrome/browser/media_gallery/media_file_system_registry.cc File chrome/browser/media_gallery/media_file_system_registry.cc (right): http://codereview.chromium.org/10537092/diff/7001/chrome/browser/media_gallery/media_file_system_registry.cc#newcode43 chrome/browser/media_gallery/media_file_system_registry.cc:43: ChildIdToMediaFSMap::iterator child_it = media_fs_map_.find(rph); Can we simply call insert() ...
8 years, 6 months ago (2012-06-11 12:21:06 UTC) #2
Lei Zhang
https://chromiumcodereview.appspot.com/10537092/diff/7001/chrome/browser/media_gallery/media_file_system_registry.cc File chrome/browser/media_gallery/media_file_system_registry.cc (right): https://chromiumcodereview.appspot.com/10537092/diff/7001/chrome/browser/media_gallery/media_file_system_registry.cc#newcode43 chrome/browser/media_gallery/media_file_system_registry.cc:43: ChildIdToMediaFSMap::iterator child_it = media_fs_map_.find(rph); On 2012/06/11 12:21:06, kinuko wrote: ...
8 years, 6 months ago (2012-06-11 19:59:07 UTC) #3
kinuko
lgtm, though I'm not very familiar with the notification code. If you're comfortable with it ...
8 years, 6 months ago (2012-06-12 04:40:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/10537092/2004
8 years, 6 months ago (2012-06-12 05:29:20 UTC) #5
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 08:34:50 UTC) #6
Change committed as 141629

Powered by Google App Engine
This is Rietveld 408576698