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

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

Issue 2680263003: Remove the iOS QR Code scanner experiment code. (Closed)
Patch Set: 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
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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 <string>FreeformCommandLineFlag5</string> 691 <string>FreeformCommandLineFlag5</string>
692 <key>DefaultValue</key> 692 <key>DefaultValue</key>
693 <string></string> 693 <string></string>
694 <key>AutocorrectionType</key> 694 <key>AutocorrectionType</key>
695 <string>No</string> 695 <string>No</string>
696 </dict> 696 </dict>
697 <dict> 697 <dict>
698 <key>Type</key> 698 <key>Type</key>
699 <string>PSGroupSpecifier</string> 699 <string>PSGroupSpecifier</string>
700 <key>Title</key> 700 <key>Title</key>
701 <string>QR Code Reader</string>
702 </dict>
703 <dict>
704 <key>Type</key>
705 <string>PSToggleSwitchSpecifier</string>
706 <key>Title</key>
707 <string>Disable QR Code Reader</string>
708 <key>Key</key>
709 <string>DisableQRCodeReader</string>
710 <key>DefaultValue</key>
711 <false/>
712 </dict>
713 <dict>
714 <key>Type</key>
715 <string>PSGroupSpecifier</string>
716 <key>Title</key>
717 <string>Spotlight</string> 701 <string>Spotlight</string>
718 </dict> 702 </dict>
719 <dict> 703 <dict>
720 <key>Type</key> 704 <key>Type</key>
721 <string>PSToggleSwitchSpecifier</string> 705 <string>PSToggleSwitchSpecifier</string>
722 <key>Title</key> 706 <key>Title</key>
723 <string>Disable Spotlight Actions</string> 707 <string>Disable Spotlight Actions</string>
724 <key>Key</key> 708 <key>Key</key>
725 <string>DisableSpotlightActions</string> 709 <string>DisableSpotlightActions</string>
726 <key>DefaultValue</key> 710 <key>DefaultValue</key>
727 <false/> 711 <false/>
728 </dict> 712 </dict>
729 </array> 713 </array>
730 </dict> 714 </dict>
731 </plist> 715 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698