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

Unified Diff: ios/chrome/app/resources/Info.plist

Issue 2676803002: Remove the iOS QR Code scanner experiment code. (Closed)
Patch Set: Addressed comment. Created 3 years, 10 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
« no previous file with comments | « ios/chrome/app/resources/BUILD.gn ('k') | ios/chrome/app/resources/chrome_localize_strings_config.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/resources/Info.plist
diff --git a/ios/chrome/app/resources/Info.plist b/ios/chrome/app/resources/Info.plist
index 3950ccd262d9901cba96d0e8efd712f13a890404..2a0bb7b19798e35f3f221ecea27ed9dc1327e685 100644
--- a/ios/chrome/app/resources/Info.plist
+++ b/ios/chrome/app/resources/Info.plist
@@ -111,6 +111,14 @@
<key>UIApplicationShortcutItemType</key>
<string>OpenVoiceSearch</string>
</dict>
+ <dict>
+ <key>UIApplicationShortcutItemIconFile</key>
+ <string>quick_action_qr_scanner</string>
+ <key>UIApplicationShortcutItemTitle</key>
+ <string>IDS_IOS_APPLICATION_SHORTCUT_QR_SCANNER_TITLE</string>
+ <key>UIApplicationShortcutItemType</key>
+ <string>OpenQRScanner</string>
+ </dict>
</array>
<key>UIPrerenderedIcon</key>
<true/>
« no previous file with comments | « ios/chrome/app/resources/BUILD.gn ('k') | ios/chrome/app/resources/chrome_localize_strings_config.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698