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

Unified Diff: trunk/src/content/worker/worker_thread.cc

Issue 21042002: Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/content/worker/worker_thread.cc
===================================================================
--- trunk/src/content/worker/worker_thread.cc (revision 214171)
+++ trunk/src/content/worker/worker_thread.cc (working copy)
@@ -34,9 +34,7 @@
WorkerThread::WorkerThread() {
lazy_tls.Pointer()->Set(this);
webkit_platform_support_.reset(new WorkerWebKitPlatformSupportImpl(
- thread_safe_sender(),
- sync_message_filter(),
- quota_message_filter()));
+ thread_safe_sender(), sync_message_filter()));
WebKit::initialize(webkit_platform_support_.get());
appcache_dispatcher_.reset(

Powered by Google App Engine
This is Rietveld 408576698