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

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

Issue 2896073002: TabManager: Add more logs to understand how it works when memory is low. (Closed)
Patch Set: 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 f4ee65c687186e771038bd9f6f2b6f1c135e9a0d..e823411a4cdcde4b6aeb6b507ee7e4bfe69c6ac2 100644
--- a/chrome/browser/chromeos/arc/process/arc_process.h
+++ b/chrome/browser/chromeos/arc/process/arc_process.h
@@ -52,6 +52,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