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

Unified Diff: chrome/browser/tab_contents/render_view_host_delegate_helper.h

Issue 7606028: Pass per-script fonts to WebKit settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/browser/tab_contents/render_view_host_delegate_helper.h
diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
index c2508f630f0b2ddf9d63c530a009dd6a1a377564..a27d7546602f486e7ca2cbdba03c426c91ed535f 100644
--- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h
+++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
@@ -136,6 +136,9 @@ class RenderViewHostDelegateHelper {
private:
RenderViewHostDelegateHelper();
+ static void FillFontFamilyMap(const base::DictionaryValue* from,
+ WebPreferences::ScriptFontFamilyMap& to);
tony 2011/08/10 19:23:40 Chromium style is to have out parameters be pointe
+
DISALLOW_COPY_AND_ASSIGN(RenderViewHostDelegateHelper);
};

Powered by Google App Engine
This is Rietveld 408576698