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

Side by Side Diff: chrome/test/data/extensions/profiles/content_scripts1/Default/Preferences

Issue 24930003: Migrate startup URLs pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename remaining old pref value. 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": "12897640036342487" 8 "next_check": "12897640036342487"
9 }, 9 },
10 "settings": { 10 "settings": {
(...skipping 19 matching lines...) Expand all
30 } 30 }
31 } 31 }
32 }, 32 },
33 "profile": { 33 "profile": {
34 "exited_cleanly": true, 34 "exited_cleanly": true,
35 "id": "not-signed-in", 35 "id": "not-signed-in",
36 "name": "", 36 "name": "",
37 "nickname": "" 37 "nickname": ""
38 }, 38 },
39 "session": { 39 "session": {
40 "urls_to_restore_on_startup": [ ] 40 "startup_urls": [ ]
41 } 41 }
42 } 42 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/extensions/profiles/content_scripts10/Default/Preferences » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698