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

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

Issue 2643753002: Add the suggestions UI in chrome (Closed)
Patch Set: Formatting 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
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..f29a6863b33e1c3dcb738b7571729951d234b55e 100644
--- a/ios/chrome/browser/resources/Settings.bundle/Experimental.plist
+++ b/ios/chrome/browser/resources/Settings.bundle/Experimental.plist
@@ -336,6 +336,16 @@
<key>DefaultValue</key>
<false/>
</dict>
+ <dict>
+ <key>Type</key>
+ <string>PSToggleSwitchSpecifier</string>
+ <key>Title</key>
+ <string>Enable Suggestions UI</string>
+ <key>Key</key>
+ <string>EnableSuggestions</string>
+ <key>DefaultValue</key>
+ <false/>
+ </dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>

Powered by Google App Engine
This is Rietveld 408576698