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

Unified Diff: content/worker/worker_webkitplatformsupport_impl.h

Issue 12330162: Use ThreadSafeSender in a couple of places. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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: content/worker/worker_webkitplatformsupport_impl.h
===================================================================
--- content/worker/worker_webkitplatformsupport_impl.h (revision 184814)
+++ content/worker/worker_webkitplatformsupport_impl.h (working copy)
@@ -15,6 +15,7 @@
}
namespace content {
+class ThreadSafeSender;
class WebFileSystemImpl;
class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl,
@@ -91,11 +92,10 @@
class FileUtilities;
scoped_ptr<FileUtilities> file_utilities_;
-
scoped_ptr<WebKit::WebBlobRegistry> blob_registry_;
-
scoped_ptr<WebFileSystemImpl> web_file_system_;
scoped_ptr<WebKit::WebIDBFactory> web_idb_factory_;
+ scoped_refptr<ThreadSafeSender> thread_safe_sender_;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698