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

Side by Side Diff: ios/chrome/browser/resources/Settings.bundle/Experimental.plist

Issue 2860573003: Disables Native App Launcher functionality. (Closed)
Patch Set: fixed egtests compilation Created 3 years, 7 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
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('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>PreferenceSpecifiers</key> 5 <key>PreferenceSpecifiers</key>
6 <array> 6 <array>
7 <dict> 7 <dict>
8 <key>Type</key> 8 <key>Type</key>
9 <string>PSMultiValueSpecifier</string> 9 <string>PSMultiValueSpecifier</string>
10 <key>Title</key> 10 <key>Title</key>
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 <false/> 449 <false/>
450 </dict> 450 </dict>
451 <dict> 451 <dict>
452 <key>Type</key> 452 <key>Type</key>
453 <string>PSGroupSpecifier</string> 453 <string>PSGroupSpecifier</string>
454 <key>Title</key> 454 <key>Title</key>
455 <string>Google App Ecosystem</string> 455 <string>Google App Ecosystem</string>
456 </dict> 456 </dict>
457 <dict> 457 <dict>
458 <key>Type</key> 458 <key>Type</key>
459 <string>PSToggleSwitchSpecifier</string>
460 <key>Title</key>
461 <string>Enable Native App Launcher</string>
462 <key>Key</key>
463 <string>NativeAppLauncherEnabled</string>
464 <key>DefaultValue</key>
465 <false/>
466 </dict>
467 <dict>
468 <key>Type</key>
459 <string>PSTextFieldSpecifier</string> 469 <string>PSTextFieldSpecifier</string>
460 <key>Title</key> 470 <key>Title</key>
461 <string>Origin Server Host</string> 471 <string>Origin Server Host</string>
462 <key>Key</key> 472 <key>Key</key>
463 <string>AlternateOriginServerHost</string> 473 <string>AlternateOriginServerHost</string>
464 <key>DefaultValue</key> 474 <key>DefaultValue</key>
465 <string></string> 475 <string></string>
466 <key>AutocorrectionType</key> 476 <key>AutocorrectionType</key>
467 <string>No</string> 477 <string>No</string>
468 </dict> 478 </dict>
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 <key>Key</key> 626 <key>Key</key>
617 <string>FreeformCommandLineFlag5</string> 627 <string>FreeformCommandLineFlag5</string>
618 <key>DefaultValue</key> 628 <key>DefaultValue</key>
619 <string></string> 629 <string></string>
620 <key>AutocorrectionType</key> 630 <key>AutocorrectionType</key>
621 <string>No</string> 631 <string>No</string>
622 </dict> 632 </dict>
623 </array> 633 </array>
624 </dict> 634 </dict>
625 </plist> 635 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698