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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 141703022: Support for file listing in privet local filesystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 95c2430047e39c32aa74113b115b8d4bdadf74f8..5b4b130d5bcdf86209726a2415d953717268490d 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2543,7 +2543,8 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
switches::kEnablePrivetStorage)) {
additional_backends->push_back(
new local_discovery::PrivetFileSystemBackend(
- fileapi::ExternalMountPoints::GetSystemInstance()));
+ fileapi::ExternalMountPoints::GetSystemInstance(),
+ browser_context));
}
}

Powered by Google App Engine
This is Rietveld 408576698