Commit d9959986 authored by ajwong@chromium.org's avatar ajwong@chromium.org

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
parent 03f92bb2
...@@ -3961,11 +3961,8 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -3961,11 +3961,8 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_REMOTING_NAME" desc="Description of the 'Remoting' lab."> <message name="IDS_FLAGS_REMOTING_NAME" desc="Description of the 'Remoting' lab.">
Remoting Remoting
</message> </message>
<message name="IDS_FLAGS_REMOTING_CLIENT_DESCRIPTION" desc="Description of the 'Remoting' client lab."> <message name="IDS_FLAGS_REMOTING_DESCRIPTION" desc="Description of the 'Remoting' client lab.">
Enable Remoting Client support. Enable the UI plus backing code for the Remoting serivce process, and client plugin. Warning: This is currently for developer testing only. Unless you are on the dev team and whitelisted, nothing in the enabled UI will work.
</message>
<message name="IDS_FLAGS_REMOTING_HOST_DESCRIPTION" desc="Description of the 'Remoting' host lab.">
Enable Remoting Host support.
</message> </message>
<message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Description of the 'Enable Native Client' lab."> <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Description of the 'Enable Native Client' lab.">
Native Client Native Client
......
...@@ -124,17 +124,8 @@ const Experiment kExperiments[] = { ...@@ -124,17 +124,8 @@ const Experiment kExperiments[] = {
{ {
"remoting", // FLAGS:RECORD_UMA "remoting", // FLAGS:RECORD_UMA
IDS_FLAGS_REMOTING_NAME, IDS_FLAGS_REMOTING_NAME,
#if defined(OS_WIN) IDS_FLAGS_REMOTING_DESCRIPTION,
// Windows only supports host functionality at the moment. kOsAll,
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,
SINGLE_VALUE_TYPE(switches::kEnableRemoting) SINGLE_VALUE_TYPE(switches::kEnableRemoting)
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment