Cleanup about:flags for remoting and enable for all platforms.
BUG=none
TEST=compiled and viewed under linux.
Review URL: http://codereview.chromium.org/6222004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72027 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9655538..351eaa5e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -124,17 +124,8 @@
{
"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)
},
{