| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 5789ba1d6e4b3e99f5d35479e4455570487a8310..212039b532386ddc9275e22c4a17dec924a578d1 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -933,9 +933,6 @@ const char kUseFakeDeviceForMediaStream[] = "use-fake-device-for-media-stream";
|
| // streams (e.g. WebRTC). Works with --use-fake-device-for-media-stream.
|
| const char kUseFakeUIForMediaStream[] = "use-fake-ui-for-media-stream";
|
|
|
| -// Use hardware gpu, if available, for tests.
|
| -const char kUseGpuInTests[] = "use-gpu-in-tests";
|
| -
|
| // Set when Chromium should use a mobile user agent.
|
| const char kUseMobileUserAgent[] = "use-mobile-user-agent";
|
|
|
|
|