diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-19 21:55:07 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-19 21:55:07 +0000 |
commit | 4601d067d0a3f42f29fb6ca71d3099c90923e859 (patch) | |
tree | 5cb0cb5d069c00d5b7fc20915bae49936aa361df /chrome | |
parent | adb502963fb607466d95465f01c9a8161bfcbd7c (diff) | |
download | chromium_src-4601d067d0a3f42f29fb6ca71d3099c90923e859.zip chromium_src-4601d067d0a3f42f29fb6ca71d3099c90923e859.tar.gz chromium_src-4601d067d0a3f42f29fb6ca71d3099c90923e859.tar.bz2 |
Remove a workaround made obsolete by Tony's l10n work.
Review URL: http://codereview.chromium.org/20503
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10039 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/tab_contents/web_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents.cc b/chrome/browser/tab_contents/web_contents.cc index d04f44c..e844ad9 100644 --- a/chrome/browser/tab_contents/web_contents.cc +++ b/chrome/browser/tab_contents/web_contents.cc @@ -1166,7 +1166,7 @@ GURL WebContents::GetAlternateErrorPageURL() const { WebPreferences WebContents::GetWebkitPrefs() { // Initialize web_preferences_ to chrome defaults. WebPreferences web_prefs; -#if defined(OS_WIN) +#if defined(OS_WIN) || defined(OS_LINUX) PrefService* prefs = profile()->GetPrefs(); web_prefs.fixed_font_family = |