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

Unified Diff: chrome/browser/about_flags.cc

Issue 886153003: Reorganize ChannelMojo related flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fe9a62323e0c3d1a085a53c33b935d7a0561ed04..ac631ebb293d8c54f67bc3e9ab41f481f4e06225 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1085,13 +1085,6 @@ const Experiment kExperiments[] = {
switches::kScrollEndEffect, "0")
},
{
- "enable-renderer-mojo-channel",
- IDS_FLAGS_ENABLE_RENDERER_MOJO_CHANNEL_NAME,
- IDS_FLAGS_ENABLE_RENDERER_MOJO_CHANNEL_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableRendererMojoChannel)
- },
- {
"enable-touch-drag-drop",
IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_NAME,
IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698