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

Unified Diff: webkit/glue/webpreferences.h

Issue 100012: Disable web-fonts, Chrome part.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/branches/172/src/
Patch Set: Created 11 years, 8 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
===================================================================
--- webkit/glue/webpreferences.h (revision 14517)
+++ webkit/glue/webpreferences.h (working copy)
@@ -39,6 +39,7 @@
bool java_enabled;
bool allow_scripts_to_close_windows;
bool uses_page_cache;
+ bool remote_font_enabled;
// TODO(tc): User style sheets will not work in chrome because it tries to
// load the style sheet using a request without a frame.
@@ -73,7 +74,8 @@
java_enabled(true),
allow_scripts_to_close_windows(false),
uses_page_cache(false),
- user_style_sheet_enabled(false) {
+ user_style_sheet_enabled(false),
+ remote_font_enabled(false) {
}
};
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698