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

Side by Side Diff: ios/chrome/app/resources/chrome_localize_strings_config.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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>headers</key> 5 <key>headers</key>
6 <array> 6 <array>
7 <string>ios/chrome/grit/ios_chromium_strings.h</string> 7 <string>ios/chrome/grit/ios_chromium_strings.h</string>
8 <string>ios/chrome/grit/ios_strings.h</string> 8 <string>ios/chrome/grit/ios_strings.h</string>
9 </array> 9 </array>
10 <key>outputs</key> 10 <key>outputs</key>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </dict> 54 </dict>
55 <dict> 55 <dict>
56 <key>input</key> 56 <key>input</key>
57 <string>IDS_IOS_PHOTO_LIBRARY_USAGE_DESC RIPTION</string> 57 <string>IDS_IOS_PHOTO_LIBRARY_USAGE_DESC RIPTION</string>
58 <key>output</key> 58 <key>output</key>
59 <string>NSPhotoLibraryUsageDescription</ string> 59 <string>NSPhotoLibraryUsageDescription</ string>
60 </dict> 60 </dict>
61 <string>IDS_IOS_APPLICATION_SHORTCUT_NEWTAB_TITL E</string> 61 <string>IDS_IOS_APPLICATION_SHORTCUT_NEWTAB_TITL E</string>
62 <string>IDS_IOS_APPLICATION_SHORTCUT_NEWINCOGNIT OTAB_TITLE</string> 62 <string>IDS_IOS_APPLICATION_SHORTCUT_NEWINCOGNIT OTAB_TITLE</string>
63 <string>IDS_IOS_APPLICATION_SHORTCUT_VOICE_SEARC H_TITLE</string> 63 <string>IDS_IOS_APPLICATION_SHORTCUT_VOICE_SEARC H_TITLE</string>
64 <string>IDS_IOS_APPLICATION_SHORTCUT_QR_SCANNER_ TITLE</string>
64 </array> 65 </array>
65 </dict> 66 </dict>
66 </array> 67 </array>
67 </dict> 68 </dict>
68 </plist> 69 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/app/resources/Info.plist ('k') | ios/chrome/app/resources/quick_action_qr_scanner@2x.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698