Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 78e0859fffd4c58880497945c47121e2d60f4eab..bfe54087a4536c8dc958fbc8a637b8e57ae89f29 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1422,7 +1422,7 @@ const Experiment kExperiments[] = { |
kOsAll, |
SINGLE_VALUE_TYPE(switches::kSyncfsEnableDirectoryOperation), |
}, |
-#if defined(ENABLE_MDNS) |
+#if defined(ENABLE_SERVICE_DISCOVERY) |
{ |
"disable-device-discovery", |
IDS_FLAGS_DISABLE_DEVICE_DISCOVERY_NAME, |
@@ -1445,7 +1445,7 @@ const Experiment kExperiments[] = { |
kOsWin | kOsLinux | kOsCrOS, |
SINGLE_VALUE_TYPE(switches::kEnablePrintPreviewRegisterPromos) |
}, |
-#endif // ENABLE_MDNS |
+#endif // ENABLE_SERVICE_DISCOVERY |
#if defined(OS_WIN) |
{ |
"enable-cloud-print-xps", |