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

Unified Diff: chrome/browser/about_flags.cc

Issue 6222004: Cleanup about:flags for remoting and enable for all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix english Created 9 years, 11 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/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 44ac3e4fcd4b3ee40c5934255e97b14ca227eac9..3f35b62e54c1c5dd37c8a5a36e0d0e6c5488513f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -124,17 +124,8 @@ const Experiment kExperiments[] = {
{
"remoting", // FLAGS:RECORD_UMA
IDS_FLAGS_REMOTING_NAME,
-#if defined(OS_WIN)
- // Windows only supports host functionality at the moment.
- IDS_FLAGS_REMOTING_HOST_DESCRIPTION,
-#elif defined(OS_LINUX) // Also true for CrOS.
- // Linux only supports client functionality at the moment.
- IDS_FLAGS_REMOTING_CLIENT_DESCRIPTION,
-#else
- // On other platforms, this lab isn't available at all.
- 0,
-#endif
- kOsWin | kOsLinux | kOsCrOS,
+ IDS_FLAGS_REMOTING_DESCRIPTION,
+ kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableRemoting)
},
{
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698