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

Unified Diff: chromeos/dbus/fake_debug_daemon_client.h

Issue 2247433002: TabManager: Set OOM scores via a new debugd interface on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: chromeos/dbus/fake_debug_daemon_client.h
diff --git a/chromeos/dbus/fake_debug_daemon_client.h b/chromeos/dbus/fake_debug_daemon_client.h
index 01738d15c25258e9232c38f6a6c7b84ec64248a8..0a0324d36f8457f8ef6d3b0707f796881f9a23fb 100644
--- a/chromeos/dbus/fake_debug_daemon_client.h
+++ b/chromeos/dbus/fake_debug_daemon_client.h
@@ -7,6 +7,8 @@
#include <stdint.h>
+#include <map>
+#include <string>
#include <vector>
#include "base/compiler_specific.h"
@@ -67,6 +69,8 @@ class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient {
const EnableDebuggingCallback& callback) override;
void WaitForServiceToBeAvailable(
const WaitForServiceToBeAvailableCallback& callback) override;
+ void SetOomScoreAdj(const std::map<int, int>& scores,
hashimoto 2016/08/17 02:48:47 Please use the same argument name as used in debug
cylee1 2016/08/18 22:16:26 Done.
+ const SetOomScoreAdjCallback& callback) override;
// Sets debugging features mask for testing.
virtual void SetDebuggingFeaturesStatus(int featues_mask);

Powered by Google App Engine
This is Rietveld 408576698