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

Unified Diff: content/child/threaded_data_provider.h

Issue 1033643004: Add a WorkerScheduler and a WebThreadImplForWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InitOnThread needed to call Init() Created 5 years, 9 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/child/threaded_data_provider.h
diff --git a/content/child/threaded_data_provider.h b/content/child/threaded_data_provider.h
index 9ac2ac21037debcb3612bd5053b6c564ca64f134..404338fd8b36f562c0349114cefece08ba741eb6 100644
--- a/content/child/threaded_data_provider.h
+++ b/content/child/threaded_data_provider.h
@@ -26,7 +26,7 @@ class SyncChannel;
namespace content {
class ResourceDispatcher;
-class WebThreadImpl;
+class WebThreadImplForWorker;
class ThreadedDataProvider {
public:
@@ -78,7 +78,7 @@ class ThreadedDataProvider {
int shm_size_;
scoped_ptr<base::WeakPtrFactory<ThreadedDataProvider> >
background_thread_weak_factory_;
- WebThreadImpl& background_thread_;
+ WebThreadImplForWorker& background_thread_;
Sami 2015/04/02 10:19:46 Not your fault, but I think this should be a point
alex clarke (OOO till 29th) 2015/04/02 15:19:28 Yes strictly speaking that is true. I'd prefer to
IPC::SyncChannel* ipc_channel_;
blink::WebThreadedDataReceiver* threaded_data_receiver_;
bool resource_filter_active_;

Powered by Google App Engine
This is Rietveld 408576698