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

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

Issue 2555693008: Remove obsolete strings file as they are not required. (Closed)
Patch Set: Created 4 years 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/BUILD.gn ('k') | ios/chrome/browser/resources/Settings.bundle/Root.plist » ('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>StringsTable</key>
6 <string>Experimental</string>
7 <key>PreferenceSpecifiers</key> 5 <key>PreferenceSpecifiers</key>
8 <array> 6 <array>
9 <dict> 7 <dict>
10 <key>Type</key> 8 <key>Type</key>
11 <string>PSToggleSwitchSpecifier</string> 9 <string>PSToggleSwitchSpecifier</string>
12 <key>Title</key> 10 <key>Title</key>
13 <string>Disable pending index navigation</string> 11 <string>Disable pending index navigation</string>
14 <key>Key</key> 12 <key>Key</key>
15 <string>PendingIndexNavigationDisabled</string> 13 <string>PendingIndexNavigationDisabled</string>
16 <key>DefaultValue</key> 14 <key>DefaultValue</key>
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 <key>Title</key> 716 <key>Title</key>
719 <string>Disable Spotlight Actions</string> 717 <string>Disable Spotlight Actions</string>
720 <key>Key</key> 718 <key>Key</key>
721 <string>DisableSpotlightActions</string> 719 <string>DisableSpotlightActions</string>
722 <key>DefaultValue</key> 720 <key>DefaultValue</key>
723 <false/> 721 <false/>
724 </dict> 722 </dict>
725 </array> 723 </array>
726 </dict> 724 </dict>
727 </plist> 725 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/resources/Settings.bundle/Root.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698