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

Unified Diff: webrtc/base/thread.h

Issue 2835893003: Delete unused class ComThread. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | webrtc/base/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/thread.h
diff --git a/webrtc/base/thread.h b/webrtc/base/thread.h
index 398063d263b14b3a24a029a2d447e68eb709403e..01c80501c8010a2cfd2f39230abf1f9af28f3f34 100644
--- a/webrtc/base/thread.h
+++ b/webrtc/base/thread.h
@@ -306,21 +306,6 @@ class AutoThread : public Thread {
RTC_DISALLOW_COPY_AND_ASSIGN(AutoThread);
};
-// Win32 extension for threads that need to use COM
-#if defined(WEBRTC_WIN)
-class ComThread : public Thread {
- public:
- ComThread() {}
- ~ComThread() override;
-
- protected:
- void Run() override;
-
- private:
- RTC_DISALLOW_COPY_AND_ASSIGN(ComThread);
-};
-#endif
-
// Provides an easy way to install/uninstall a socketserver on a thread.
class SocketServerScope {
public:
« no previous file with comments | « no previous file | webrtc/base/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698