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

Unified Diff: content/public/browser/devtools_agent_host.h

Issue 1144153004: components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 7 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 | « content/browser/devtools/protocol/tethering_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_agent_host.h
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h
index 12616c1a5494632ed4b8c6ac282663a4c5567660..fd27ea1fafb21844940f6169d81c4d4c0c6d1a59 100644
--- a/content/public/browser/devtools_agent_host.h
+++ b/content/public/browser/devtools_agent_host.h
@@ -86,7 +86,7 @@ class CONTENT_EXPORT DevToolsAgentHost
// Creates DevToolsAgentHost for the browser, which works with browser-wide
// debugging protocol.
static scoped_refptr<DevToolsAgentHost> CreateForBrowser(
- scoped_refptr<base::MessageLoopProxy> tethering_message_loop,
+ scoped_refptr<base::SingleThreadTaskRunner> tethering_task_runner,
const CreateServerSocketCallback& socket_callback);
static bool IsDebuggerAttached(WebContents* web_contents);
« no previous file with comments | « content/browser/devtools/protocol/tethering_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698