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

Side by Side Diff: chrome/test/data/profiles/profile_with_complex_theme/Default/PreferencesTemplate

Issue 24930003: Migrate startup URLs pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "download": { 2 "download": {
3 "directory_upgrade": true, 3 "directory_upgrade": true,
4 "extensions_to_open": "" 4 "extensions_to_open": ""
5 }, 5 },
6 "extensions": { 6 "extensions": {
7 "autoupdate": { 7 "autoupdate": {
8 "next_check": "12894520286433189" 8 "next_check": "12894520286433189"
9 }, 9 },
10 "settings": { 10 "settings": {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "use_system": false 55 "use_system": false
56 } 56 }
57 }, 57 },
58 "profile": { 58 "profile": {
59 "exited_cleanly": true, 59 "exited_cleanly": true,
60 "id": "not-signed-in", 60 "id": "not-signed-in",
61 "name": "Not Signed In", 61 "name": "Not Signed In",
62 "nickname": "not-signed-in" 62 "nickname": "not-signed-in"
63 }, 63 },
64 "session": { 64 "session": {
65 "urls_to_restore_on_startup": [ ] 65 "startup_urls": [ ]
66 }, 66 },
67 "spellcheck": { 67 "spellcheck": {
68 "dictionary": "en-US" 68 "dictionary": "en-US"
69 } 69 }
70 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698