about:flag for enabling RTCDataChannel
By request from DevRel team.
Review URL: https://chromiumcodereview.appspot.com/11665014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174548 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4383f49..5a128a4 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1203,6 +1203,13 @@
kOsAll,
SINGLE_VALUE_TYPE(switches::kHistoryEnableFullHistorySync)
},
+ {
+ "enable-data-channels",
+ IDS_FLAGS_RTC_DATACHANNELS,
+ IDS_FLAGS_RTC_DATACHANNELS_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableDataChannels)
+ },
};
const Experiment* experiments = kExperiments;