| 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 0ee29b650385a8a83dba7333e956f7ac2cc8f97f..e3be6dbc4cb0b08d17dd913359b4cfb1ebca12ce 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -242,8 +242,7 @@
|
| #include "chrome/browser/spellchecker/spellcheck_message_filter.h"
|
| #endif
|
|
|
| -
|
| -#if defined(ENABLE_MDNS)
|
| +#if defined(ENABLE_SERVICE_DISCOVERY)
|
| #include "chrome/browser/local_discovery/storage/privet_filesystem_backend.h"
|
| #endif
|
|
|
| @@ -2574,7 +2573,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
|
| new sync_file_system::SyncFileSystemBackend(
|
| Profile::FromBrowserContext(browser_context)));
|
|
|
| -#if defined(ENABLE_MDNS)
|
| +#if defined(ENABLE_SERVICE_DISCOVERY)
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnablePrivetStorage)) {
|
| additional_backends->push_back(
|
|
|