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

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

Issue 2751793002: Cleaned up old navigation code that did not use pending navigation item. (Closed)
Patch Set: Moar DCHECKs Created 3 years, 9 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>
10 <key>Title</key>
11 <string>Disable pending index navigation</string>
12 <key>Key</key>
13 <string>PendingIndexNavigationDisabled</string>
14 <key>DefaultValue</key>
15 <false/>
16 </dict>
17 <dict>
18 <key>Type</key>
19 <string>PSMultiValueSpecifier</string> 9 <string>PSMultiValueSpecifier</string>
20 <key>Title</key> 10 <key>Title</key>
21 <string>Enable SnapshotLRUCache</string> 11 <string>Enable SnapshotLRUCache</string>
22 <key>Key</key> 12 <key>Key</key>
23 <string>SnapshotLRUCache</string> 13 <string>SnapshotLRUCache</string>
24 <key>DefaultValue</key> 14 <key>DefaultValue</key>
25 <string></string> 15 <string></string>
26 <key>Values</key> 16 <key>Values</key>
27 <array> 17 <array>
28 <string></string> 18 <string></string>
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 <key>Key</key> 620 <key>Key</key>
631 <string>FreeformCommandLineFlag5</string> 621 <string>FreeformCommandLineFlag5</string>
632 <key>DefaultValue</key> 622 <key>DefaultValue</key>
633 <string></string> 623 <string></string>
634 <key>AutocorrectionType</key> 624 <key>AutocorrectionType</key>
635 <string>No</string> 625 <string>No</string>
636 </dict> 626 </dict>
637 </array> 627 </array>
638 </dict> 628 </dict>
639 </plist> 629 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698