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

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

Issue 2759483002: Revert of Cleaned up old navigation code that did not use pending navigation item. (Closed)
Patch Set: 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
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('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>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>
9 <string>PSMultiValueSpecifier</string> 19 <string>PSMultiValueSpecifier</string>
10 <key>Title</key> 20 <key>Title</key>
11 <string>Enable SnapshotLRUCache</string> 21 <string>Enable SnapshotLRUCache</string>
12 <key>Key</key> 22 <key>Key</key>
13 <string>SnapshotLRUCache</string> 23 <string>SnapshotLRUCache</string>
14 <key>DefaultValue</key> 24 <key>DefaultValue</key>
15 <string></string> 25 <string></string>
16 <key>Values</key> 26 <key>Values</key>
17 <array> 27 <array>
18 <string></string> 28 <string></string>
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 <key>Key</key> 630 <key>Key</key>
621 <string>FreeformCommandLineFlag5</string> 631 <string>FreeformCommandLineFlag5</string>
622 <key>DefaultValue</key> 632 <key>DefaultValue</key>
623 <string></string> 633 <string></string>
624 <key>AutocorrectionType</key> 634 <key>AutocorrectionType</key>
625 <string>No</string> 635 <string>No</string>
626 </dict> 636 </dict>
627 </array> 637 </array>
628 </dict> 638 </dict>
629 </plist> 639 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698