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

Unified Diff: chrome/test/data/profiles/webkit_global_reverse_migration/Default/Preferences

Issue 10107014: Migrate WebKit "global script" font prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/profiles/webkit_global_reverse_migration/Default/Preferences
diff --git a/chrome/test/data/profiles/webkit_global_reverse_migration/Default/Preferences b/chrome/test/data/profiles/webkit_global_reverse_migration/Default/Preferences
new file mode 100644
index 0000000000000000000000000000000000000000..73d50d677767476e9b107017cd400632ad574b14
--- /dev/null
+++ b/chrome/test/data/profiles/webkit_global_reverse_migration/Default/Preferences
@@ -0,0 +1,14 @@
+{
+ "webkit": {
+ "webprefs": {
+ "global": {
+ "standard_font_family": "StandardFontFamily",
+ "fixed_font_family": "FixedFontFamily",
+ "serif_font_family": "SerifFontFamily",
+ "sansserif_font_family": "SansSerifFontFamily",
+ "cursive_font_family": "CursiveFontFamily",
+ "fantasy_font_family": "FantasyFontFamily"
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698