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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 492693004: Delete Privet filesystem code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c17c38061a2d28eb7a8b76e6fe9b460827c1d090..be44ca8ee079c73e6ba5f33dcdc595cc2a770a03 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -235,10 +235,6 @@
#include "chrome/browser/spellchecker/spellcheck_message_filter.h"
#endif
-#if defined(ENABLE_SERVICE_DISCOVERY)
-#include "chrome/browser/local_discovery/storage/privet_filesystem_backend.h"
-#endif
-
#if defined(ENABLE_WEBRTC)
#include "chrome/browser/media/webrtc_logging_handler_host.h"
#endif
@@ -2379,14 +2375,6 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
additional_backends->push_back(backend);
#endif
-#if defined(ENABLE_SERVICE_DISCOVERY)
- if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnablePrivetStorage)) {
- additional_backends->push_back(new local_discovery::PrivetFileSystemBackend(
- storage::ExternalMountPoints::GetSystemInstance(), browser_context));
- }
-#endif
-
for (size_t i = 0; i < extra_parts_.size(); ++i) {
extra_parts_[i]->GetAdditionalFileSystemBackends(
browser_context, storage_partition_path, additional_backends);
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698