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

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

Issue 2660143002: Removing iPad Tab Switcher experimental flag. (Closed)
Patch Set: Rebased. 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 <string>Disable Tab Strip Auto Scroll New Tabs</string> 49 <string>Disable Tab Strip Auto Scroll New Tabs</string>
50 <key>Key</key> 50 <key>Key</key>
51 <string>TabStripAutoScrollNewTabsDisabled</string> 51 <string>TabStripAutoScrollNewTabsDisabled</string>
52 <key>DefaultValue</key> 52 <key>DefaultValue</key>
53 <false/> 53 <false/>
54 </dict> 54 </dict>
55 <dict> 55 <dict>
56 <key>Type</key> 56 <key>Type</key>
57 <string>PSGroupSpecifier</string> 57 <string>PSGroupSpecifier</string>
58 <key>Title</key> 58 <key>Title</key>
59 <string>iPad Tab Switcher</string>
60 </dict>
61 <dict>
62 <key>Type</key>
63 <string>PSMultiValueSpecifier</string>
64 <key>Title</key>
65 <string>Enable Tab Switcher</string>
66 <key>Key</key>
67 <string>EnableTabSwitcher</string>
68 <key>DefaultValue</key>
69 <string></string>
70 <key>Values</key>
71 <array>
72 <string></string>
73 <string>Enabled</string>
74 <string>Disabled</string>
75 </array>
76 <key>Titles</key>
77 <array>
78 <string>Default</string>
79 <string>Enabled</string>
80 <string>Disabled</string>
81 </array>
82 </dict>
83 <dict>
84 <key>Type</key>
85 <string>PSGroupSpecifier</string>
86 <key>Title</key>
87 <string>Reader mode</string> 59 <string>Reader mode</string>
88 </dict> 60 </dict>
89 <dict> 61 <dict>
90 <key>Type</key> 62 <key>Type</key>
91 <string>PSToggleSwitchSpecifier</string> 63 <string>PSToggleSwitchSpecifier</string>
92 <key>Title</key> 64 <key>Title</key>
93 <string>Reader mode</string> 65 <string>Reader mode</string>
94 <key>Key</key> 66 <key>Key</key>
95 <string>ReaderModeEnabled</string> 67 <string>ReaderModeEnabled</string>
96 <key>DefaultValue</key> 68 <key>DefaultValue</key>
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 <key>Title</key> 668 <key>Title</key>
697 <string>Disable Spotlight Actions</string> 669 <string>Disable Spotlight Actions</string>
698 <key>Key</key> 670 <key>Key</key>
699 <string>DisableSpotlightActions</string> 671 <string>DisableSpotlightActions</string>
700 <key>DefaultValue</key> 672 <key>DefaultValue</key>
701 <false/> 673 <false/>
702 </dict> 674 </dict>
703 </array> 675 </array>
704 </dict> 676 </dict>
705 </plist> 677 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm ('k') | ios/chrome/browser/snapshots/snapshot_cache.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698