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

Unified 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: Removed "migration done" preference 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/profiles/webkit_global_migration/Default/Preferences
diff --git a/chrome/test/data/profiles/webkit_global_migration/Default/Preferences b/chrome/test/data/profiles/webkit_global_migration/Default/Preferences
new file mode 100644
index 0000000000000000000000000000000000000000..025c2c9d5747e963081114ae6b8bdf9f7e1b207e
--- /dev/null
+++ b/chrome/test/data/profiles/webkit_global_migration/Default/Preferences
@@ -0,0 +1,19 @@
+{
+ "intl": {
+ "charset_default": "ISO-8859-1"
+ },
+ "webkit": {
+ "webprefs": {
+ "standard_font_family": "StandardFontFamily",
+ "fixed_font_family": "FixedFontFamily",
+ "serif_font_family": "SerifFontFamily",
+ "sansserif_font_family": "SansSerifFontFamily",
+ "cursive_font_family": "CursiveFontFamily",
+ "fantasy_font_family": "FantasyFontFamily",
+ "default_font_size": 42,
+ "default_fixed_font_size": 42,
+ "minimum_font_size": 42,
+ "minimum_logical_font_size": 42
+ }
+ }
+}
« 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