summaryrefslogtreecommitdiffstats
path: root/chrome/browser/local_discovery
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/local_discovery')
-rw-r--r--chrome/browser/local_discovery/privet_notifications.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc
index 5a009cc..705ccde 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