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

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

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 6 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.h » ('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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 <false/> 475 <false/>
476 </dict> 476 </dict>
477 <dict> 477 <dict>
478 <key>Type</key> 478 <key>Type</key>
479 <string>PSGroupSpecifier</string> 479 <string>PSGroupSpecifier</string>
480 <key>Title</key> 480 <key>Title</key>
481 <string>Google App Ecosystem</string> 481 <string>Google App Ecosystem</string>
482 </dict> 482 </dict>
483 <dict> 483 <dict>
484 <key>Type</key> 484 <key>Type</key>
485 <string>PSToggleSwitchSpecifier</string>
486 <key>Title</key>
487 <string>Enable Native App Launcher</string>
488 <key>Key</key>
489 <string>NativeAppLauncherEnabled</string>
490 <key>DefaultValue</key>
491 <false/>
492 </dict>
493 <dict>
494 <key>Type</key>
495 <string>PSTextFieldSpecifier</string> 485 <string>PSTextFieldSpecifier</string>
496 <key>Title</key> 486 <key>Title</key>
497 <string>Origin Server Host</string> 487 <string>Origin Server Host</string>
498 <key>Key</key> 488 <key>Key</key>
499 <string>AlternateOriginServerHost</string> 489 <string>AlternateOriginServerHost</string>
500 <key>DefaultValue</key> 490 <key>DefaultValue</key>
501 <string></string> 491 <string></string>
502 <key>AutocorrectionType</key> 492 <key>AutocorrectionType</key>
503 <string>No</string> 493 <string>No</string>
504 </dict> 494 </dict>
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 <key>Titles</key> 720 <key>Titles</key>
731 <array> 721 <array>
732 <string>Default</string> 722 <string>Default</string>
733 <string>Enabled</string> 723 <string>Enabled</string>
734 <string>Disabled</string> 724 <string>Disabled</string>
735 </array> 725 </array>
736 </dict> 726 </dict>
737 </array> 727 </array>
738 </dict> 728 </dict>
739 </plist> 729 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/tabs/tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698