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

Side by Side Diff: chrome/app/app-Info.plist

Issue 201121: Chrome should shut down cleanly when quit from the Dock icon menu, during... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>en-US</string> 6 <string>en-US</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${EXECUTABLE_NAME}</string> 8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
10 <array> 10 <array>
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 </array> 180 </array>
181 <key>LSFileQuarantineEnabled</key> 181 <key>LSFileQuarantineEnabled</key>
182 <true/> 182 <true/>
183 <key>LSHasLocalizedDisplayName</key> 183 <key>LSHasLocalizedDisplayName</key>
184 <string>1</string> 184 <string>1</string>
185 <key>LSMinimumSystemVersion</key> 185 <key>LSMinimumSystemVersion</key>
186 <string>10.5.0</string> 186 <string>10.5.0</string>
187 <key>NSMainNibFile</key> 187 <key>NSMainNibFile</key>
188 <string>MainMenu</string> 188 <string>MainMenu</string>
189 <key>NSPrincipalClass</key> 189 <key>NSPrincipalClass</key>
190 » <string>NSApplication</string> 190 » <string>CrApplication</string>
191 <key>UTExportedTypeDeclarations</key> 191 <key>UTExportedTypeDeclarations</key>
192 <array> 192 <array>
193 <dict> 193 <dict>
194 <key>UTTypeConformsTo</key> 194 <key>UTTypeConformsTo</key>
195 <array> 195 <array>
196 <string>public.data</string> 196 <string>public.data</string>
197 </array> 197 </array>
198 <key>UTTypeDescription</key> 198 <key>UTTypeDescription</key>
199 <string>Chromium Extra</string> 199 <string>Chromium Extra</string>
200 <key>UTTypeIdentifier</key> 200 <key>UTTypeIdentifier</key>
201 <string>org.chromium.extension</string> 201 <string>org.chromium.extension</string>
202 <key>UTTypeTagSpecification</key> 202 <key>UTTypeTagSpecification</key>
203 <dict> 203 <dict>
204 <key>public.filename-extension</key> 204 <key>public.filename-extension</key>
205 <array> 205 <array>
206 <string>crx</string> 206 <string>crx</string>
207 </array> 207 </array>
208 </dict> 208 </dict>
209 </dict> 209 </dict>
210 </array> 210 </array>
211 </dict> 211 </dict>
212 </plist> 212 </plist>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/MainMenu.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698