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

Unified Diff: components/devtools_discovery/devtools_target_descriptor.h

Issue 1145233002: Revert of Change WebContents::last_active_time_ to Time instead of Timeticks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/devtools_discovery/devtools_target_descriptor.h
diff --git a/components/devtools_discovery/devtools_target_descriptor.h b/components/devtools_discovery/devtools_target_descriptor.h
index 995453eed3a0d70d149c3811be52972e6b58ad17..9b3200dd65a53d14adaaea508cb744946b2d1697 100644
--- a/components/devtools_discovery/devtools_target_descriptor.h
+++ b/components/devtools_discovery/devtools_target_descriptor.h
@@ -50,7 +50,7 @@
virtual GURL GetFaviconURL() const = 0;
// Returns the time when the target was last active.
- virtual base::Time GetLastActiveTime() const = 0;
+ virtual base::TimeTicks GetLastActivityTime() const = 0;
// Returns true if the debugger is attached to the target.
virtual bool IsAttached() const = 0;
« no previous file with comments | « components/devtools_discovery/basic_target_descriptor.cc ('k') | components/devtools_http_handler/devtools_http_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698