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

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

Issue 2814713002: Add a bottom toolbar setting. (Closed)
Patch Set: Rebased Created 3 years, 7 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 | « no previous file | ios/clean/chrome/browser/ui/tab/BUILD.gn » ('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>PSMultiValueSpecifier</string> 9 <string>PSMultiValueSpecifier</string>
10 <key>Title</key> 10 <key>Title</key>
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 <array> 541 <array>
542 <string>Default</string> 542 <string>Default</string>
543 <string>Enabled</string> 543 <string>Enabled</string>
544 <string>Disabled</string> 544 <string>Disabled</string>
545 </array> 545 </array>
546 </dict> 546 </dict>
547 <dict> 547 <dict>
548 <key>Type</key> 548 <key>Type</key>
549 <string>PSGroupSpecifier</string> 549 <string>PSGroupSpecifier</string>
550 <key>Title</key> 550 <key>Title</key>
551 <string>CSChromium</string>
552 </dict>
553 <dict>
554 <key>Type</key>
555 <string>PSMultiValueSpecifier</string>
556 <key>Title</key>
557 <string>Enable Bottom Toolbar</string>
558 <key>Key</key>
559 <string>EnableBottomToolbar</string>
560 <key>DefaultValue</key>
561 <string></string>
562 <key>Values</key>
563 <array>
564 <string></string>
565 <string>Enabled</string>
566 <string>Disabled</string>
567 </array>
568 <key>Titles</key>
569 <array>
570 <string>Default</string>
571 <string>Enabled</string>
572 <string>Disabled</string>
573 </array>
574 </dict>
575 <dict>
576 <key>Type</key>
577 <string>PSGroupSpecifier</string>
578 <key>Title</key>
551 <string>Extra Flags (one per line)</string> 579 <string>Extra Flags (one per line)</string>
552 </dict> 580 </dict>
553 <dict> 581 <dict>
554 <key>Type</key> 582 <key>Type</key>
555 <string>PSToggleSwitchSpecifier</string> 583 <string>PSToggleSwitchSpecifier</string>
556 <key>Title</key> 584 <key>Title</key>
557 <string>Append Extra Flags</string> 585 <string>Append Extra Flags</string>
558 <key>Key</key> 586 <key>Key</key>
559 <string>EnableFreeformCommandLineFlags</string> 587 <string>EnableFreeformCommandLineFlags</string>
560 <key>DefaultValue</key> 588 <key>DefaultValue</key>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 <key>Key</key> 644 <key>Key</key>
617 <string>FreeformCommandLineFlag5</string> 645 <string>FreeformCommandLineFlag5</string>
618 <key>DefaultValue</key> 646 <key>DefaultValue</key>
619 <string></string> 647 <string></string>
620 <key>AutocorrectionType</key> 648 <key>AutocorrectionType</key>
621 <string>No</string> 649 <string>No</string>
622 </dict> 650 </dict>
623 </array> 651 </array>
624 </dict> 652 </dict>
625 </plist> 653 </plist>
OLDNEW
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698