summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webpreferences.h
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 21:21:47 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 21:21:47 +0000
commite8c5c2e12ec609f59a2f69ca8a3296823d855881 (patch)
tree6c2460f5f8355a44e7323dfb3e13fa1292d70cae /webkit/glue/webpreferences.h
parentc410e02b297c491b5ad1cf49606679edaf018dba (diff)
downloadchromium_src-e8c5c2e12ec609f59a2f69ca8a3296823d855881.zip
chromium_src-e8c5c2e12ec609f59a2f69ca8a3296823d855881.tar.gz
chromium_src-e8c5c2e12ec609f59a2f69ca8a3296823d855881.tar.bz2
Disable synchronous XMLHttpRequests in platform app documents.
Depends on http://webkit.org/b/87540 R=darin@chromium.org BUG=130185 Review URL: https://chromiumcodereview.appspot.com/10443047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webpreferences.h')
-rw-r--r--webkit/glue/webpreferences.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index 7e43982..bdc324b 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -5,7 +5,7 @@
// A struct for managing webkit's settings.
//
// Adding new values to this class probably involves updating
-// WebKit::WebSettings, common/render_messages.cc, browser/tab_contents/
+// WebKit::WebSettings, content/common/view_messages.h, browser/tab_contents/
// render_view_host_delegate_helper.cc, and browser/profiles/profile.cc.
#ifndef WEBKIT_GLUE_WEBPREFERENCES_H__
@@ -129,6 +129,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
int max_untiled_layer_width;
int max_untiled_layer_height;
bool fixed_position_creates_stacking_context;
+ bool sync_xhr_in_documents_enabled;
// We try to keep the default values the same as the default values in
// chrome, except for the cases where it would require lots of extra work for