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

Side by Side 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 unified diff | 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 »
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>PSToggleSwitchSpecifier</string> 9 <string>PSToggleSwitchSpecifier</string>
10 <key>Title</key> 10 <key>Title</key>
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 <dict> 329 <dict>
330 <key>Type</key> 330 <key>Type</key>
331 <string>PSToggleSwitchSpecifier</string> 331 <string>PSToggleSwitchSpecifier</string>
332 <key>Title</key> 332 <key>Title</key>
333 <string>Heuristics for password generation</string> 333 <string>Heuristics for password generation</string>
334 <key>Key</key> 334 <key>Key</key>
335 <string>HeuristicsForPasswordGeneration</string> 335 <string>HeuristicsForPasswordGeneration</string>
336 <key>DefaultValue</key> 336 <key>DefaultValue</key>
337 <false/> 337 <false/>
338 </dict> 338 </dict>
339 <dict>
340 <key>Type</key>
341 <string>PSMultiValueSpecifier</string>
342 <key>Title</key>
343 <string>Enable Suggestions UI</string>
344 <key>Key</key>
345 <string>EnableSuggestions</string>
346 <key>DefaultValue</key>
347 <string></string>
348 <key>Values</key>
349 <array>
350 <string></string>
351 <string>Enabled</string>
352 <string>Disabled</string>
353 </array>
354 <key>Titles</key>
355 <array>
356 <string>Default</string>
357 <string>Enabled</string>
358 <string>Disabled</string>
359 </array>
360 </dict>
339 <dict> 361 <dict>
340 <key>Type</key> 362 <key>Type</key>
341 <string>PSMultiValueSpecifier</string> 363 <string>PSMultiValueSpecifier</string>
342 <key>Title</key> 364 <key>Title</key>
343 <string>Enable Passwords Link</string> 365 <string>Enable Passwords Link</string>
344 <key>Key</key> 366 <key>Key</key>
345 <string>EnablePasswordsLink</string> 367 <string>EnablePasswordsLink</string>
346 <key>DefaultValue</key> 368 <key>DefaultValue</key>
347 <string></string> 369 <string></string>
348 <key>Values</key> 370 <key>Values</key>
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 <key>Title</key> 744 <key>Title</key>
723 <string>Disable Spotlight Actions</string> 745 <string>Disable Spotlight Actions</string>
724 <key>Key</key> 746 <key>Key</key>
725 <string>DisableSpotlightActions</string> 747 <string>DisableSpotlightActions</string>
726 <key>DefaultValue</key> 748 <key>DefaultValue</key>
727 <false/> 749 <false/>
728 </dict> 750 </dict>
729 </array> 751 </array>
730 </dict> 752 </dict>
731 </plist> 753 </plist>
OLDNEW
« 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