Index: chrome/browser/local_discovery/privet_notifications.cc |
diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc |
index 5a009cc0b0a6fcbe48f0cad1a875c52c23377225..705ccde1942c4cb3944ddad724daeb8bdd08f553 100644 |
--- a/chrome/browser/local_discovery/privet_notifications.cc |
+++ b/chrome/browser/local_discovery/privet_notifications.cc |
@@ -225,8 +225,8 @@ void PrivetNotificationService::DeviceCacheFlushed() { |
// static |
bool PrivetNotificationService::IsEnabled() { |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
- return !command_line->HasSwitch(switches::kDisableDeviceDiscovery) && |
- !command_line->HasSwitch(switches::kDisableDeviceDiscoveryNotifications); |
+ return !command_line->HasSwitch( |
+ switches::kDisableDeviceDiscoveryNotifications); |
} |
// static |