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

Unified Diff: components/arc/common/process.mojom

Issue 2282053005: LowMemoryManagement: Deprecate unnecessary calls to Android. (Closed)
Patch Set: Created 4 years, 4 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 | « chrome/browser/memory/tab_manager_delegate_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/process.mojom
diff --git a/components/arc/common/process.mojom b/components/arc/common/process.mojom
index f2d365f7e2e1e9723e63155d8e86707cf15072a8..20c982fbca7e31b19ccafba841e410bb714251d4 100644
--- a/components/arc/common/process.mojom
+++ b/components/arc/common/process.mojom
@@ -106,13 +106,13 @@ interface ProcessInstance {
// Sets oom_score_adj of a process.
[MinVersion=2]
- SetOomScoreAdj@2(uint32 pid, int32 score);
+ DeprecatedSetOomScoreAdj@2(uint32 pid, int32 score);
// Disables Android built-in oom_adj adjustment.
[MinVersion=2]
- DisableBuiltinOomAdjustment@3();
+ DeprecatedDisableBuiltinOomAdjustment@3();
// Disables Android lowmemorykiller.
[MinVersion=3]
- DisableLowMemoryKiller@4();
+ DeprecatedDisableLowMemoryKiller@4();
};
« no previous file with comments | « chrome/browser/memory/tab_manager_delegate_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698