Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index 02848d53f423330b358a9a6f044130442babbb35..7577884ae6b3447e9161a267a49a252c92e39175 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -116,6 +116,7 @@ CONTENT_EXPORT extern const char kEnableNetworkInformation[]; |
| CONTENT_EXPORT extern const char kEnableOneCopy[]; |
| CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[]; |
| CONTENT_EXPORT extern const char kDisableOverlayFullscreenVideoSubtitle[]; |
| +CONTENT_EXPORT extern const char kEnableContentVideoViewPowerSaveBlocker[]; |
|
Avi (use Gerrit)
2014/09/25 15:24:59
Platform-specific switches go at the end inside th
Ignacio Solla
2014/09/25 15:38:03
Done.
|
| CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; |
| CONTENT_EXPORT extern const char kEnablePinch[]; |
| CONTENT_EXPORT extern const char kEnablePreciseMemoryInfo[]; |