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

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

Issue 2779693003: Adding Finch and flag for Sign-in promo (Closed)
Patch Set: Fixing a fix made at the wrong place 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | no next file » | 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 <dict> 259 <dict>
260 <key>Type</key> 260 <key>Type</key>
261 <string>PSToggleSwitchSpecifier</string> 261 <string>PSToggleSwitchSpecifier</string>
262 <key>Title</key> 262 <key>Title</key>
263 <string>Heuristics for password generation</string> 263 <string>Heuristics for password generation</string>
264 <key>Key</key> 264 <key>Key</key>
265 <string>HeuristicsForPasswordGeneration</string> 265 <string>HeuristicsForPasswordGeneration</string>
266 <key>DefaultValue</key> 266 <key>DefaultValue</key>
267 <false/> 267 <false/>
268 </dict> 268 </dict>
269 <dict> 269 » » <dict>
270 <key>Type</key> 270 » » » <key>Type</key>
271 <string>PSMultiValueSpecifier</string> 271 » » » <string>PSMultiValueSpecifier</string>
272 <key>Title</key> 272 » » » <key>Title</key>
273 <string>Enable Suggestions UI</string> 273 » » » <string>Enable Suggestions UI</string>
274 <key>Key</key> 274 » » » <key>Key</key>
275 <string>EnableSuggestions</string> 275 » » » <string>EnableSuggestions</string>
276 <key>DefaultValue</key> 276 » » » <key>DefaultValue</key>
277 <string></string> 277 » » » <string></string>
278 <key>Values</key> 278 » » » <key>Values</key>
279 <array> 279 » » » <array>
280 <string></string> 280 » » » » <string></string>
281 <string>Enabled</string> 281 » » » » <string>Enabled</string>
282 <string>Disabled</string> 282 » » » » <string>Disabled</string>
283 </array> 283 » » » </array>
284 <key>Titles</key> 284 » » » <key>Titles</key>
285 <array> 285 » » » <array>
286 <string>Default</string> 286 » » » » <string>Default</string>
287 <string>Enabled</string> 287 » » » » <string>Enabled</string>
288 <string>Disabled</string> 288 » » » » <string>Disabled</string>
289 </array> 289 » » » </array>
290 </dict> 290 » » </dict>
291 » » <dict>
292 » » » <key>Type</key>
293 » » » <string>PSMultiValueSpecifier</string>
294 » » » <key>Title</key>
295 » » » <string>Enable Signin Promo</string>
296 » » » <key>Key</key>
297 » » » <string>EnableSigninPromo</string>
298 » » » <key>DefaultValue</key>
299 » » » <string></string>
300 » » » <key>Values</key>
301 » » » <array>
302 » » » » <string></string>
303 » » » » <string>Enabled</string>
304 » » » » <string>Disabled</string>
305 » » » </array>
306 » » » <key>Titles</key>
307 » » » <array>
308 » » » » <string>Default</string>
309 » » » » <string>Enabled</string>
310 » » » » <string>Disabled</string>
311 » » » </array>
312 » » </dict>
291 <dict> 313 <dict>
292 <key>Type</key> 314 <key>Type</key>
293 <string>PSToggleSwitchSpecifier</string> 315 <string>PSToggleSwitchSpecifier</string>
294 <key>Title</key> 316 <key>Title</key>
295 <string>Force reset Contextual Search</string> 317 <string>Force reset Contextual Search</string>
296 <key>Key</key> 318 <key>Key</key>
297 <string>ForceResetContextualSearch</string> 319 <string>ForceResetContextualSearch</string>
298 <key>DefaultValue</key> 320 <key>DefaultValue</key>
299 <false/> 321 <false/>
300 </dict> 322 </dict>
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 <key>Key</key> 642 <key>Key</key>
621 <string>FreeformCommandLineFlag5</string> 643 <string>FreeformCommandLineFlag5</string>
622 <key>DefaultValue</key> 644 <key>DefaultValue</key>
623 <string></string> 645 <string></string>
624 <key>AutocorrectionType</key> 646 <key>AutocorrectionType</key>
625 <string>No</string> 647 <string>No</string>
626 </dict> 648 </dict>
627 </array> 649 </array>
628 </dict> 650 </dict>
629 </plist> 651 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698