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

Unified Diff: chrome/browser/chromeos/memory/oom_priority_manager.h

Issue 1140083004: 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: chrome/browser/chromeos/memory/oom_priority_manager.h
diff --git a/chrome/browser/chromeos/memory/oom_priority_manager.h b/chrome/browser/chromeos/memory/oom_priority_manager.h
index b0165f4ccd9e7872e3b78c1a2244ba9de0a40fe6..6be408b4d91a3133384faf5268cc739b6a2d92a2 100644
--- a/chrome/browser/chromeos/memory/oom_priority_manager.h
+++ b/chrome/browser/chromeos/memory/oom_priority_manager.h
@@ -79,7 +79,7 @@ class OomPriorityManager : public content::NotificationObserver {
bool is_pinned;
bool is_selected; // selected in the currently active browser window
bool is_discarded;
- base::TimeTicks last_active;
+ base::Time last_active;
base::ProcessHandle renderer_handle;
int child_process_host_id;
base::string16 title;

Powered by Google App Engine
This is Rietveld 408576698