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

Unified Diff: webkit/glue/webpreferences.h

Issue 255075: Implement --enable-web-sockets flag. (Closed)
Patch Set: Remove WebKIT API change Created 11 years, 2 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 | « webkit/api/src/WebSettingsImpl.cpp ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index c875228f52f538ce70c93f06673c189c811db781..feae9f2bd4af30be47245a953744b5133b4fc921 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -49,6 +49,7 @@ struct WebPreferences {
bool session_storage_enabled;
bool application_cache_enabled;
bool tabs_to_links;
+ bool web_sockets_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.
@@ -95,6 +96,7 @@ struct WebPreferences {
session_storage_enabled(false),
application_cache_enabled(false),
tabs_to_links(true),
+ web_sockets_enabled(false),
user_style_sheet_enabled(false),
allow_universal_access_from_file_urls(false),
experimental_webgl_enabled(false),
« no previous file with comments | « webkit/api/src/WebSettingsImpl.cpp ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698