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

Unified Diff: chrome/utility/utility_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/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);
};

Powered by Google App Engine
This is Rietveld 408576698