commit | 65486ad7c53dd9da35c5464bf8f6ade16bca1f58 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 28 21:06:48 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 28 21:06:48 2014 |
tree | 54bd4e702efaf01d0abf5c2e2ae4edb4a7cc898a | |
parent | 20e7cd1e49135d40d2d84f87358000defbf82cf6 [diff] [blame] |
Change media galleries to external file system type to add toURL support BUG=160900 [email protected], [email protected], [email protected], [email protected], [email protected] Review URL: https://codereview.chromium.org/185393012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260276 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc index 50a0d93d..2f5b3a5 100644 --- a/chrome/browser/chrome_content_browser_client.cc +++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2567,6 +2567,10 @@ void ChromeContentBrowserClient::GetURLRequestAutoMountHandlers( std::vector<fileapi::URLRequestAutoMountHandler>* handlers) { +#if !defined(OS_ANDROID) + handlers->push_back( + base::Bind(MediaFileSystemBackend::AttemptAutoMountForURLRequest)); +#endif // OS_ANDROID } void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(