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

Unified Diff: athena/resource_manager/delegate/resource_manager_delegate.cc

Issue 548633005: Adding overview / layer framework to Activities so that unloaded / sleeping activities can be shown… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed resulting problems and addressed comments Created 6 years, 3 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: athena/resource_manager/delegate/resource_manager_delegate.cc
diff --git a/athena/resource_manager/delegate/resource_manager_delegate.cc b/athena/resource_manager/delegate/resource_manager_delegate.cc
index e58aaacdefeb4278c03662fd406ba0138741d2d9..056da85c140cfc482e4346406f138e4008b89dba 100644
--- a/athena/resource_manager/delegate/resource_manager_delegate.cc
+++ b/athena/resource_manager/delegate/resource_manager_delegate.cc
@@ -25,6 +25,7 @@ class ResourceManagerDelegateImpl : public ResourceManagerDelegate {
private:
virtual int GetUsedMemoryInPercent() OVERRIDE {
+ return 99;
sadrul 2014/09/12 16:30:14 ?
Mr4D (OOO till 08-26) 2014/09/12 20:11:27 Good one. :) Done.
base::SystemMemoryInfoKB info;
if (!base::GetSystemMemoryInfo(&info)) {
LOG(WARNING) << "Cannot determine the free memory of the system.";

Powered by Google App Engine
This is Rietveld 408576698