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

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

Issue 2643753002: Add the suggestions UI in chrome (Closed)
Patch Set: Update comments Created 3 years, 11 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 | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/ui/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 9d6dddb9cc3f2d5e67fe85292890370e2507c8d6..56b1c4855a88bc8bca0752992cf1bb7f5432ccf8 100644
--- a/ios/chrome/browser/resources/Settings.bundle/Experimental.plist
+++ b/ios/chrome/browser/resources/Settings.bundle/Experimental.plist
@@ -336,6 +336,28 @@
<key>DefaultValue</key>
<false/>
</dict>
+ <dict>
+ <key>Type</key>
+ <string>PSMultiValueSpecifier</string>
+ <key>Title</key>
+ <string>Enable Suggestions UI</string>
+ <key>Key</key>
+ <string>EnableSuggestions</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>PSMultiValueSpecifier</string>
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698