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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 246293011: Mount MTP devices in Chrome OS Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 18dd4c317acea99346143bccf39206e1b75a18cc..53caca2c200e02658a6f1e51400300e0704385b8 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2508,6 +2508,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
content::BrowserContext::GetMountPoints(browser_context);
DCHECK(external_mount_points);
chromeos::FileSystemBackend* backend = new chromeos::FileSystemBackend(
+ storage_partition_path,
new drive::FileSystemBackendDelegate,
new chromeos::file_system_provider::BackendDelegate,
browser_context->GetSpecialStoragePolicy(),

Powered by Google App Engine
This is Rietveld 408576698