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

Unified Diff: content/browser/worker_host/worker_process_host.h

Issue 9052007: Create an API around WorkerService that chrome consumes. Rename the existing WorkerService to Wor... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/browser/worker_host/worker_process_host.h
===================================================================
--- content/browser/worker_host/worker_process_host.h (revision 115981)
+++ content/browser/worker_host/worker_process_host.h (working copy)
@@ -20,6 +20,7 @@
namespace content {
class ResourceContext;
+class WorkerServiceImpl;
} // namespace content
// The WorkerProcessHost is the interface that represents the browser side of
@@ -143,7 +144,7 @@
}
protected:
- friend class WorkerService;
+ friend class content::WorkerServiceImpl;
Instances& mutable_instances() { return instances_; }
« no previous file with comments | « content/browser/worker_host/worker_message_filter.cc ('k') | content/browser/worker_host/worker_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698