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

Unified Diff: chrome/worker/worker_thread.h

Issue 155944: Switch the first thread in a child process to be the main thread... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 11 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: chrome/worker/worker_thread.h
===================================================================
--- chrome/worker/worker_thread.h (revision 21342)
+++ chrome/worker/worker_thread.h (working copy)
@@ -5,7 +5,6 @@
#ifndef CHROME_WORKER_WORKER_THREAD_H_
#define CHROME_WORKER_WORKER_THREAD_H_
-#include "base/thread.h"
#include "chrome/common/child_thread.h"
class GURL;
@@ -22,10 +21,6 @@
private:
virtual void OnControlMessageReceived(const IPC::Message& msg);
- // Called by the thread base class
- virtual void Init();
- virtual void CleanUp();
-
void OnCreateWorker(const GURL& url, int route_id);
scoped_ptr<WorkerWebKitClientImpl> webkit_client_;

Powered by Google App Engine
This is Rietveld 408576698