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

Side by Side Diff: chrome/test/data/profiles/web_prefs/Default/Preferences

Issue 643993004: Prepare for ISO-8859-1 to windows-1252 switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper_browsertest.cc ('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 { 1 {
2 "intl": { 2 "intl": {
3 "charset_default": "ISO-8859-1" 3 "charset_default": "windows-1251"
4 }, 4 },
5 "webkit": { 5 "webkit": {
6 "webprefs": { 6 "webprefs": {
7 "default_font_size": 16, 7 "default_font_size": 16,
8 "fonts": { 8 "fonts": {
9 "standard": { 9 "standard": {
10 "Hang": "Nanum Gothic", 10 "Hang": "Nanum Gothic",
11 "Zyyy": "Tinos" 11 "Zyyy": "Tinos"
12 }, 12 },
13 "sansserif": { 13 "sansserif": {
14 "Zyyy": "DejaVu Sans" 14 "Zyyy": "DejaVu Sans"
15 } 15 }
16 }, 16 },
17 "global": { 17 "global": {
18 "serif_font_family": "This is a legacy pref that should be ignored." 18 "serif_font_family": "This is a legacy pref that should be ignored."
19 }, 19 },
20 "standard_font_family": "This is a legacy pref that should be ignored.", 20 "standard_font_family": "This is a legacy pref that should be ignored.",
21 "sansserif_font_family": "This is a legacy pref that should be ignored.", 21 "sansserif_font_family": "This is a legacy pref that should be ignored.",
22 "cursive_font_family": "This is a legacy pref that should be ignored." 22 "cursive_font_family": "This is a legacy pref that should be ignored."
23 } 23 }
24 } 24 }
25 } 25 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698