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

Unified Diff: content/browser/devtools/forwarding_agent_host.cc

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
Index: content/browser/devtools/forwarding_agent_host.cc
diff --git a/content/browser/devtools/forwarding_agent_host.cc b/content/browser/devtools/forwarding_agent_host.cc
index 808759dea90b35574f08d749390ec1167058db28..5859034e8d5313c76e642a84fe0a72258cd09ed8 100644
--- a/content/browser/devtools/forwarding_agent_host.cc
+++ b/content/browser/devtools/forwarding_agent_host.cc
@@ -76,4 +76,8 @@ bool ForwardingAgentHost::Close() {
return delegate_->Close();
}
+base::TimeTicks ForwardingAgentHost::GetLastActivityTime() {
+ return delegate_->GetLastActivityTime();
+}
+
} // content
« no previous file with comments | « content/browser/devtools/forwarding_agent_host.h ('k') | content/public/browser/devtools_external_agent_proxy_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698