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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2737393002: Implement the new Photo picker, part one. (Closed)
Patch Set: git cl upload 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index cf597644717eed64d7a9e56fd2c48b1e7ccb4db7..8e8d340806994fb750a2009e003149e22d1fc3f5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5549,6 +5549,14 @@ Keep your key file in a safe place. You will need it to create new versions of y
Enabling this option allows web applications to access experimental extensions to the Gamepad APIs.
</message>
<if expr="is_android">
+ <message name="IDS_FLAGS_NEW_PHOTO_PICKER_NAME" desc="Name of about:flags option to turn on the new Photo picker." translateable="false">
+ Enable new Photopicker
+ </message>
+ <message name="IDS_FLAGS_NEW_PHOTO_PICKER_DESCRIPTION" desc="Description of about:flags option to turn on the new Photo picker." translateable="false">
+ Activates the new picker for selecting photos.
+ </message>
+ </if>
+ <if expr="is_android">
<message name="IDS_FLAGS_ENABLE_OSK_OVERSCROLL_NAME" desc="Name of about:flags option to turn on the overscrolling for the OSK.">
Enable OSK Overscroll
</message>

Powered by Google App Engine
This is Rietveld 408576698