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

Unified Diff: chrome/worker/worker_webkitclient_impl.cc

Issue 159778: Make LocalStorage persistent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/worker/worker_webkitclient_impl.h ('k') | webkit/api/public/WebKitClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/worker_webkitclient_impl.cc
===================================================================
--- chrome/worker/worker_webkitclient_impl.cc (revision 22402)
+++ chrome/worker/worker_webkitclient_impl.cc (working copy)
@@ -25,6 +25,12 @@
return NULL;
}
+bool WorkerWebKitClientImpl::sandboxEnabled() {
+ // Always return true because WebKit should always act as though the Sandbox
+ // is enabled for workers. See the comment in WebKitClient for more info.
+ return true;
+}
+
unsigned long long WorkerWebKitClientImpl::visitedLinkHash(
const char* canonical_url,
size_t length) {
« no previous file with comments | « chrome/worker/worker_webkitclient_impl.h ('k') | webkit/api/public/WebKitClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698