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

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

Issue 8879016: Add more per-tab preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implemented preferences migration Created 9 years 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
(Empty)
1 {
2 "intl": {
3 "charset_default": "ISO-8859-1"
4 },
5 "webkit": {
6 "webprefs": {
7 "standard_font_family": "StandardFontFamily",
8 "fixed_font_family": "FixedFontFamily",
9 "serif_font_family": "SerifFontFamily",
10 "sansserif_font_family": "SansSerifFontFamily",
11 "cursive_font_family": "CursiveFontFamily",
12 "fantasy_font_family": "FantasyFontFamily",
13 "default_font_size": 42,
14 "default_fixed_font_size": 42,
15 "minimum_font_size": 42,
16 "minimum_logical_font_size": 42
17 }
18 }
19 }
OLDNEW
« chrome/browser/ui/prefs/prefs_tab_helper_uitest.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698