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

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

Issue 2814713002: Add a bottom toolbar setting. (Closed)
Patch Set: Rebased Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/resources/Settings.bundle/Experimental.plist
diff --git a/ios/chrome/browser/resources/Settings.bundle/Experimental.plist b/ios/chrome/browser/resources/Settings.bundle/Experimental.plist
index 8b0c43f622f7876862ffd2ef0d1fdb63b8000bf7..63e8680232178b2f3a045e4f2e7fbe89909860d0 100644
--- a/ios/chrome/browser/resources/Settings.bundle/Experimental.plist
+++ b/ios/chrome/browser/resources/Settings.bundle/Experimental.plist
@@ -548,6 +548,34 @@
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
+ <string>CSChromium</string>
+ </dict>
+ <dict>
+ <key>Type</key>
+ <string>PSMultiValueSpecifier</string>
+ <key>Title</key>
+ <string>Enable Bottom Toolbar</string>
+ <key>Key</key>
+ <string>EnableBottomToolbar</string>
+ <key>DefaultValue</key>
+ <string></string>
+ <key>Values</key>
+ <array>
+ <string></string>
+ <string>Enabled</string>
+ <string>Disabled</string>
+ </array>
+ <key>Titles</key>
+ <array>
+ <string>Default</string>
+ <string>Enabled</string>
+ <string>Disabled</string>
+ </array>
+ </dict>
+ <dict>
+ <key>Type</key>
+ <string>PSGroupSpecifier</string>
+ <key>Title</key>
<string>Extra Flags (one per line)</string>
</dict>
<dict>
« 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