| Index: chrome/utility/utility_thread.h
|
| ===================================================================
|
| --- chrome/utility/utility_thread.h (revision 21342)
|
| +++ chrome/utility/utility_thread.h (working copy)
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/thread.h"
|
| #include "chrome/common/child_thread.h"
|
|
|
| class GURL;
|
| @@ -31,10 +30,6 @@
|
| // IPC messages for web resource service.
|
| void OnUnpackWebResource(const std::string& resource_data);
|
|
|
| - // Called by the thread base class
|
| - virtual void Init();
|
| - virtual void CleanUp();
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(UtilityThread);
|
| };
|
|
|
|
|