| Index: chrome/browser/media_gallery/media_file_system_registry.cc
|
| diff --git a/chrome/browser/media_gallery/media_file_system_registry.cc b/chrome/browser/media_gallery/media_file_system_registry.cc
|
| index fae44387952706c0ae38a79acd9ad0fa032bc09d..5d87aa06c1762ff1fe2cc01f9f32d4c3f47f1d23 100644
|
| --- a/chrome/browser/media_gallery/media_file_system_registry.cc
|
| +++ b/chrome/browser/media_gallery/media_file_system_registry.cc
|
| @@ -162,7 +162,7 @@ void MediaFileSystemRegistry::RevokeMediaFileSystem(const FilePath& path) {
|
| MediaPathToFSIDMap::iterator media_path_it = child_map.find(path);
|
| if (media_path_it == child_map.end())
|
| continue;
|
| - isolated_context->RevokeIsolatedFileSystem(media_path_it->second);
|
| + isolated_context->RemoveReference(media_path_it->second);
|
| child_map.erase(media_path_it);
|
| }
|
| }
|
|
|