| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 5f6285b191c8f56231ec6a6df1f536f1a50b0544..0b29dc17fb48497bddfc57a6e26850de9d58b941 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -173,8 +173,7 @@ BrowserOptionsHandler::BrowserOptionsHandler()
|
| #endif
|
|
|
| #if defined(ENABLE_SERVICE_DISCOVERY)
|
| - cloud_print_mdns_ui_enabled_ = !CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableDeviceDiscovery);
|
| + cloud_print_mdns_ui_enabled_ = true;
|
| #endif // defined(ENABLE_SERVICE_DISCOVERY)
|
| }
|
|
|
|
|