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

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

Issue 2678783005: DevTools: return remote debugging targets sorted by last active time (as it was long ago). (Closed)
Patch Set: Created 3 years, 10 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/forwarding_agent_host.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_external_agent_proxy_delegate.h
diff --git a/content/public/browser/devtools_external_agent_proxy_delegate.h b/content/public/browser/devtools_external_agent_proxy_delegate.h
index 56f44715922cdabbd46ffa0848cfecf246a71dd5..137a7db13f50c9576b23bbe35231b3048aa17bac 100644
--- a/content/public/browser/devtools_external_agent_proxy_delegate.h
+++ b/content/public/browser/devtools_external_agent_proxy_delegate.h
@@ -51,6 +51,9 @@ class DevToolsExternalAgentProxyDelegate {
// Reloads agent host.
virtual bool Close() = 0;
+ // Returns the time when the host was last active.
+ virtual base::TimeTicks GetLastActivityTime() = 0;
+
// Sends a message to the agent.
virtual void SendMessageToBackend(const std::string& message) = 0;
};
« no previous file with comments | « content/browser/devtools/forwarding_agent_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698