Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: chrome/common/chrome_switches.cc

Issue 23567023: Enable Device Discovery by default on Linux, ChromeOS and Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a6514cdf49bceb1a2919f6a41a995a190c988237..b304cb43d251b67fc8a5e0d75c767e94f1522eaa 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -556,8 +556,8 @@ const char kEnableComponentCloudPolicy[] = "enable-component-cloud-policy";
// Chrome OS apps list.
const char kEnableContacts[] = "enable-contacts";
-// Enables device discovery.
-const char kEnableDeviceDiscovery[] = "enable-device-discovery";
+// Disables device discovery.
Lei Zhang 2013/09/06 23:50:01 nit: keep this in the same order as the header fil
Vitaly Buka (NO REVIEWS) 2013/09/06 23:53:13 Done.
+const char kDisableDeviceDiscovery[] = "disable-device-discovery";
// If true devtools experimental settings are enabled.
const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698