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

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

Issue 2709793002: Remove SpotlightActions experimental flag. (Closed)
Patch Set: Remove experiment from plist 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
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | no next file » | 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>PSToggleSwitchSpecifier</string> 9 <string>PSToggleSwitchSpecifier</string>
10 <key>Title</key> 10 <key>Title</key>
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 <string>PSTextFieldSpecifier</string> 649 <string>PSTextFieldSpecifier</string>
650 <key>Title</key> 650 <key>Title</key>
651 <string>Flag5</string> 651 <string>Flag5</string>
652 <key>Key</key> 652 <key>Key</key>
653 <string>FreeformCommandLineFlag5</string> 653 <string>FreeformCommandLineFlag5</string>
654 <key>DefaultValue</key> 654 <key>DefaultValue</key>
655 <string></string> 655 <string></string>
656 <key>AutocorrectionType</key> 656 <key>AutocorrectionType</key>
657 <string>No</string> 657 <string>No</string>
658 </dict> 658 </dict>
659 <dict>
660 <key>Type</key>
661 <string>PSGroupSpecifier</string>
662 <key>Title</key>
663 <string>Spotlight</string>
664 </dict>
665 <dict>
666 <key>Type</key>
667 <string>PSToggleSwitchSpecifier</string>
668 <key>Title</key>
669 <string>Disable Spotlight Actions</string>
670 <key>Key</key>
671 <string>DisableSpotlightActions</string>
672 <key>DefaultValue</key>
673 <false/>
674 </dict>
675 </array> 659 </array>
676 </dict> 660 </dict>
677 </plist> 661 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698