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

Side by Side 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 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>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string> 6 <string>English</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${CHROMIUM_SHORT_NAME}</string> 8 <string>${CHROMIUM_SHORT_NAME}</string>
9 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
10 <array> 10 <array>
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 <string>OpenIncognitoTab</string> 104 <string>OpenIncognitoTab</string>
105 </dict> 105 </dict>
106 <dict> 106 <dict>
107 <key>UIApplicationShortcutItemIconFile</key> 107 <key>UIApplicationShortcutItemIconFile</key>
108 <string>quick_action_voice_search</string> 108 <string>quick_action_voice_search</string>
109 <key>UIApplicationShortcutItemTitle</key> 109 <key>UIApplicationShortcutItemTitle</key>
110 <string>IDS_IOS_APPLICATION_SHORTCUT_VOICE_SEARCH_TITLE< /string> 110 <string>IDS_IOS_APPLICATION_SHORTCUT_VOICE_SEARCH_TITLE< /string>
111 <key>UIApplicationShortcutItemType</key> 111 <key>UIApplicationShortcutItemType</key>
112 <string>OpenVoiceSearch</string> 112 <string>OpenVoiceSearch</string>
113 </dict> 113 </dict>
114 <dict>
115 <key>UIApplicationShortcutItemIconFile</key>
116 <string>quick_action_qr_scanner</string>
117 <key>UIApplicationShortcutItemTitle</key>
118 <string>IDS_IOS_APPLICATION_SHORTCUT_QR_SCANNER_TITLE</s tring>
119 <key>UIApplicationShortcutItemType</key>
120 <string>OpenQRScanner</string>
121 </dict>
114 </array> 122 </array>
115 <key>UIPrerenderedIcon</key> 123 <key>UIPrerenderedIcon</key>
116 <true/> 124 <true/>
117 <key>UIRequiresPersistentWiFi</key> 125 <key>UIRequiresPersistentWiFi</key>
118 <true/> 126 <true/>
119 <key>UIStatusBarStyle</key> 127 <key>UIStatusBarStyle</key>
120 <string>UIStatusBarStyleLightContent</string> 128 <string>UIStatusBarStyleLightContent</string>
121 <key>UISupportedInterfaceOrientations</key> 129 <key>UISupportedInterfaceOrientations</key>
122 <array> 130 <array>
123 <string>UIInterfaceOrientationPortrait</string> 131 <string>UIInterfaceOrientationPortrait</string>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 <key>NSLocationWhenInUseUsageDescription</key> 172 <key>NSLocationWhenInUseUsageDescription</key>
165 <string>IDS_IOS_LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION</string> 173 <string>IDS_IOS_LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION</string>
166 <key>NSMicrophoneUsageDescription</key> 174 <key>NSMicrophoneUsageDescription</key>
167 <string>IDS_IOS_MICROPHONE_USAGE_DESCRIPTION</string> 175 <string>IDS_IOS_MICROPHONE_USAGE_DESCRIPTION</string>
168 <key>NSPhotoLibraryUsageDescription</key> 176 <key>NSPhotoLibraryUsageDescription</key>
169 <string>IDS_IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION</string> 177 <string>IDS_IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION</string>
170 <key>NSBluetoothPeripheralUsageDescription</key> 178 <key>NSBluetoothPeripheralUsageDescription</key>
171 <string>IDS_IOS_BLUETOOTH_USAGE_DESCRIPTION</string> 179 <string>IDS_IOS_BLUETOOTH_USAGE_DESCRIPTION</string>
172 </dict> 180 </dict>
173 </plist> 181 </plist>
OLDNEW
« 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