| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 96ddf06f62ad99c4b221f546b68c5bd58a34a176..bc6d2b8866390f6a19573bc9de0f58cfae7d3070 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -412,6 +412,10 @@ const char kUseFakeUIForMediaStream[] = "use-fake-ui-for-media-stream";
|
| // assumed to be sRGB.
|
| const char kEnableMonitorProfile[] = "enable-monitor-profile";
|
|
|
| +// Enables the new chrome://media-internals page.
|
| +// http://crbug.com/260005
|
| +const char kEnableNewMediaInternals[] = "enable-new-media-internals";
|
| +
|
| // Enables compositor-accelerated touch-screen pinch gestures.
|
| const char kEnablePinch[] = "enable-pinch";
|
| const char kDisablePinch[] = "disable-pinch";
|
|
|