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

Unified Diff: webkit/glue/webpreferences.h

Issue 159059: Enable DOM_STORAGE in our build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/StorageNamespaceProxy.cpp ('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 21124)
+++ webkit/glue/webpreferences.h (working copy)
@@ -42,6 +42,8 @@
bool uses_page_cache;
bool remote_fonts_enabled;
bool xss_auditor_enabled;
+ bool local_storage_enabled;
+ bool session_storage_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.
@@ -79,6 +81,8 @@
uses_page_cache(false),
remote_fonts_enabled(false),
xss_auditor_enabled(false),
+ local_storage_enabled(false),
+ session_storage_enabled(false),
user_style_sheet_enabled(false) {
}
};
« no previous file with comments | « webkit/api/src/StorageNamespaceProxy.cpp ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698