Chromium Code Reviews| Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java |
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java |
| index adb6e2cef93c736fbb00b62e373689bc56fcd691..c08e96dfb7a6691d3202494e12736b37cd78d75c 100644 |
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java |
| @@ -141,6 +141,11 @@ public abstract class ChromeSwitches { |
| "enable-autofill-keyboard-accessory-view"; |
| /** |
| + * Enables the new picker for selecting photos from the device. |
|
Michael van Ouwerkerk
2017/03/13 14:04:17
Please refer to the native switch here like the ot
Finnur
2017/03/14 14:35:40
Done.
|
| + */ |
| + public static final String ENABLE_NEW_PHOTO_PICKER = "enable-new-photo-picker"; |
| + |
| + /** |
| * Enables overscroll of the on screen keyboard. With this flag on, the OSK will only resize the |
| * visual viewport. |
| * Native switch - switches::kEnableOSKOverscroll |