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

Unified Diff: chrome/browser/about_flags.cc

Issue 2385623003: Unwind WebRTC DTLS 1.2 flag and field trial. (Closed)
Patch Set: removed explicit DTLS 1.2 setting in favor of default Created 4 years, 2 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') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | 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 5416f60827fa77793f05e807d626d045841e9f84..2eae960d6034e8f11aa90449c6294125ee73e2af 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1641,11 +1641,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_TRY_SUPPORTED_CHANNEL_LAYOUTS_DESCRIPTION, kOsWin,
SINGLE_VALUE_TYPE(switches::kTrySupportedChannelLayouts)},
#endif // OS_WIN
-#if defined(ENABLE_WEBRTC)
- {"enable-webrtc-dtls12", IDS_FLAGS_WEBRTC_DTLS12_NAME,
- IDS_FLAGS_WEBRTC_DTLS12_DESCRIPTION, kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableWebRtcDtls12)},
-#endif // ENABLE_WEBRTC
#if defined(OS_MACOSX)
{"app-info-dialog", IDS_FLAGS_APP_INFO_DIALOG_NAME,
IDS_FLAGS_APP_INFO_DIALOG_DESCRIPTION, kOsMac,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698