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

Unified Diff: content/browser/devtools/devtools_manager_unittest.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/devtools_manager_unittest.cc
diff --git a/content/browser/devtools/devtools_manager_unittest.cc b/content/browser/devtools/devtools_manager_unittest.cc
index 4f97266d99e9b64c24d009401b25c82e2a7a6503..09c7c116c798d62fcc7a1026789797eb12eb3b50 100644
--- a/content/browser/devtools/devtools_manager_unittest.cc
+++ b/content/browser/devtools/devtools_manager_unittest.cc
@@ -251,6 +251,7 @@ class TestExternalAgentDelegate: public DevToolsExternalAgentProxyDelegate {
bool Activate() override { return false; };
void Reload() override { };
bool Close() override { return false; };
+ base::TimeTicks GetLastActivityTime() override { return base::TimeTicks(); }
void SendMessageToBackend(const std::string& message) override {
recordEvent(std::string("SendMessageToBackend.") + message);
« no previous file with comments | « chrome/browser/devtools/device/devtools_device_discovery.cc ('k') | content/browser/devtools/forwarding_agent_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698