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

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

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase 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
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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 <false/> 439 <false/>
440 </dict> 440 </dict>
441 <dict> 441 <dict>
442 <key>Type</key> 442 <key>Type</key>
443 <string>PSGroupSpecifier</string> 443 <string>PSGroupSpecifier</string>
444 <key>Title</key> 444 <key>Title</key>
445 <string>Google App Ecosystem</string> 445 <string>Google App Ecosystem</string>
446 </dict> 446 </dict>
447 <dict> 447 <dict>
448 <key>Type</key> 448 <key>Type</key>
449 <string>PSToggleSwitchSpecifier</string>
450 <key>Title</key>
451 <string>Enable Native App Launcher</string>
452 <key>Key</key>
453 <string>NativeAppLauncherEnabled</string>
454 <key>DefaultValue</key>
455 <false/>
456 </dict>
457 <dict>
458 <key>Type</key>
459 <string>PSTextFieldSpecifier</string> 449 <string>PSTextFieldSpecifier</string>
460 <key>Title</key> 450 <key>Title</key>
461 <string>Origin Server Host</string> 451 <string>Origin Server Host</string>
462 <key>Key</key> 452 <key>Key</key>
463 <string>AlternateOriginServerHost</string> 453 <string>AlternateOriginServerHost</string>
464 <key>DefaultValue</key> 454 <key>DefaultValue</key>
465 <string></string> 455 <string></string>
466 <key>AutocorrectionType</key> 456 <key>AutocorrectionType</key>
467 <string>No</string> 457 <string>No</string>
468 </dict> 458 </dict>
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 <key>Titles</key> 662 <key>Titles</key>
673 <array> 663 <array>
674 <string>Default</string> 664 <string>Default</string>
675 <string>Enabled</string> 665 <string>Enabled</string>
676 <string>Disabled</string> 666 <string>Disabled</string>
677 </array> 667 </array>
678 </dict> 668 </dict>
679 </array> 669 </array>
680 </dict> 670 </dict>
681 </plist> 671 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698