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

Unified Diff: chromeos/dbus/mock_session_manager_client.h

Issue 2323133002: Speed up ARC boot if the user launches ARC app while ARC is not ready (Closed)
Patch Set: Fix unit_tests Created 4 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
« no previous file with comments | « chromeos/dbus/fake_session_manager_client.cc ('k') | chromeos/dbus/session_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_session_manager_client.h
diff --git a/chromeos/dbus/mock_session_manager_client.h b/chromeos/dbus/mock_session_manager_client.h
index b0755bbde6f2d09fd6bee998d272c626d7903233..ab3f05b8a5864b1d66d409ade510a14713740414 100644
--- a/chromeos/dbus/mock_session_manager_client.h
+++ b/chromeos/dbus/mock_session_manager_client.h
@@ -6,6 +6,7 @@
#define CHROMEOS_DBUS_MOCK_SESSION_MANAGER_CLIENT_H_
#include <string>
+#include <vector>
#include "chromeos/cryptohome/cryptohome_parameters.h"
#include "chromeos/dbus/session_manager_client.h"
@@ -63,6 +64,7 @@ class MockSessionManagerClient : public SessionManagerClient {
MOCK_METHOD2(StartArcInstance,
void(const cryptohome::Identification&, const ArcCallback&));
MOCK_METHOD1(StopArcInstance, void(const ArcCallback&));
+ MOCK_METHOD1(PrioritizeArcInstance, void(const ArcCallback&));
MOCK_METHOD1(GetArcStartTime, void(const GetArcStartTimeCallback&));
MOCK_METHOD2(RemoveArcData,
void(const cryptohome::Identification&, const ArcCallback&));
« no previous file with comments | « chromeos/dbus/fake_session_manager_client.cc ('k') | chromeos/dbus/session_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698