Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index b06ca7cd661229c1de5c6037d379dbed5860f65e..9749d38e829b7701dc0632048c4556d9c65c7df9 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -420,6 +420,9 @@ const char kEnableLogging[] = "enable-logging"; |
// Enables the network information API. |
const char kEnableNetworkInformation[] = "enable-network-information"; |
+// Enables the new photo picker. |
+const char kEnableNewPhotoPicker[] = "enable-new-photo-picker"; |
Michael van Ouwerkerk
2017/03/14 15:57:27
I don't think you need this.
Finnur
2017/03/15 13:25:07
Done.
|
+ |
// Disables the video decoder from drawing to an NV12 textures instead of ARGB. |
const char kDisableNv12DxgiVideo[] = "disable-nv12-dxgi-video"; |