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

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

Issue 2934463002: [iOS] Add experimental new keyboard accessory view. (Closed)
Patch Set: Addressed comments. Created 3 years, 6 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>PSMultiValueSpecifier</string> 9 <string>PSMultiValueSpecifier</string>
10 <key>Title</key> 10 <key>Title</key>
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 </array> 417 </array>
418 <key>Titles</key> 418 <key>Titles</key>
419 <array> 419 <array>
420 <string>Default</string> 420 <string>Default</string>
421 <string>Disabled</string> 421 <string>Disabled</string>
422 <string>Enabled</string> 422 <string>Enabled</string>
423 </array> 423 </array>
424 </dict> 424 </dict>
425 <dict> 425 <dict>
426 <key>Type</key> 426 <key>Type</key>
427 <string>PSToggleSwitchSpecifier</string>
428 <key>Title</key>
429 <string>Enabled New Keyboard Accessory View</string>
430 <key>Key</key>
431 <string>NewKeyboardAccessoryViewEnabled</string>
432 <key>DefaultValue</key>
433 <false/>
434 </dict>
435 <dict>
436 <key>Type</key>
427 <string>PSGroupSpecifier</string> 437 <string>PSGroupSpecifier</string>
428 <key>Title</key> 438 <key>Title</key>
429 <string>Memory</string> 439 <string>Memory</string>
430 </dict> 440 </dict>
431 <dict> 441 <dict>
432 <key>Type</key> 442 <key>Type</key>
433 <string>PSToggleSwitchSpecifier</string> 443 <string>PSToggleSwitchSpecifier</string>
434 <key>Title</key> 444 <key>Title</key>
435 <string>Enable Memory Debugging</string> 445 <string>Enable Memory Debugging</string>
436 <key>Key</key> 446 <key>Key</key>
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 <key>Titles</key> 698 <key>Titles</key>
689 <array> 699 <array>
690 <string>Default</string> 700 <string>Default</string>
691 <string>Enabled</string> 701 <string>Enabled</string>
692 <string>Disabled</string> 702 <string>Disabled</string>
693 </array> 703 </array>
694 </dict> 704 </dict>
695 </array> 705 </array>
696 </dict> 706 </dict>
697 </plist> 707 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698