| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index f0fc5daaf931a797407ff563eccf33fdc3414632..4b74869a00b2988dc8430755a238047b0431f099 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -900,10 +900,6 @@ const char kDisableOverscrollEdgeEffect[] = "disable-overscroll-edge-effect";
|
| // WebRTC is enabled by default on Android.
|
| const char kDisableWebRTC[] = "disable-webrtc";
|
|
|
| -// Enable the PowerSaveBlocker in ContentVideoView. Android only.
|
| -const char kEnableContentVideoViewPowerSaveBlocker[] =
|
| - "enable-content-video-view-power-save-blocker";
|
| -
|
| // Enable the recognition part of the Web Speech API.
|
| const char kEnableSpeechRecognition[] = "enable-speech-recognition";
|
|
|
|
|