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

Unified Diff: remoting/host/it2me/it2me_host.h

Issue 2380463005: It2Me Host cleanup - Remove task_runner_ (Closed)
Patch Set: Removing unused header file Created 4 years, 3 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 | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/it2me_host.h
diff --git a/remoting/host/it2me/it2me_host.h b/remoting/host/it2me/it2me_host.h
index 96aa37595cb0676dbfebc642ee99979545ff00db..b3989103038923b34cf19657d39c6d2d22766b72 100644
--- a/remoting/host/it2me/it2me_host.h
+++ b/remoting/host/it2me/it2me_host.h
@@ -11,7 +11,6 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
-#include "base/single_thread_task_runner.h"
#include "remoting/host/host_status_observer.h"
#include "remoting/host/it2me/it2me_confirmation_dialog.h"
#include "remoting/host/it2me/it2me_confirmation_dialog_proxy.h"
@@ -109,9 +108,6 @@ class It2MeHost : public base::RefCountedThreadSafe<It2MeHost>,
~It2MeHost() override;
ChromotingHostContext* host_context() { return host_context_.get(); }
- scoped_refptr<base::SingleThreadTaskRunner> task_runner() {
- return task_runner_;
- }
base::WeakPtr<It2MeHost::Observer> observer() { return observer_; }
private:
@@ -158,7 +154,6 @@ class It2MeHost : public base::RefCountedThreadSafe<It2MeHost>,
// Caller supplied fields.
std::unique_ptr<ChromotingHostContext> host_context_;
- scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
base::WeakPtr<It2MeHost::Observer> observer_;
XmppSignalStrategy::XmppServerConfig xmpp_server_config_;
std::string directory_bot_jid_;
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698