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

Unified Diff: chrome/browser/chromeos/arc/process/arc_process.h

Issue 2893943003: TabManager: Add more logs to understand how it works when memory is low. (Closed)
Patch Set: more review comments Created 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/process/arc_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/process/arc_process.h
diff --git a/chrome/browser/chromeos/arc/process/arc_process.h b/chrome/browser/chromeos/arc/process/arc_process.h
index e2e6faf3b59cadd3fe1e62ce3a9caa0e10edc798..d728960ad721b07442e446b74fe49478dbd78a93 100644
--- a/chrome/browser/chromeos/arc/process/arc_process.h
+++ b/chrome/browser/chromeos/arc/process/arc_process.h
@@ -63,6 +63,9 @@ class ArcProcess {
int64_t last_activity_time_;
std::vector<std::string> packages_;
+ friend std::ostream& operator<<(std::ostream& out,
+ const ArcProcess& arc_process);
+
DISALLOW_COPY_AND_ASSIGN(ArcProcess);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/process/arc_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698