Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: content/public/common/content_switches.cc

Issue 2737393002: Implement the new Photo picker, part one. (Closed)
Patch Set: Address comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698