diff options
Diffstat (limited to 'content/browser/worker_host/worker_process_host.h')
-rw-r--r-- | content/browser/worker_host/worker_process_host.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h index 0f49ee6..00005aa 100644 --- a/content/browser/worker_host/worker_process_host.h +++ b/content/browser/worker_host/worker_process_host.h @@ -10,7 +10,6 @@ #include "base/basictypes.h" #include "base/file_path.h" -#include "chrome/browser/net/chrome_url_request_context.h" #include "content/browser/browser_child_process_host.h" #include "content/browser/worker_host/worker_document_set.h" #include "googleurl/src/gurl.h" @@ -176,8 +175,6 @@ class WorkerProcessHost : public BrowserChildProcessHost { // Updates the title shown in the task manager. void UpdateTitle(); - ChromeURLRequestContext* GetChromeURLRequestContext(); - Instances instances_; const content::ResourceContext* const resource_context_; |