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

Unified Diff: chromeos/dbus/fake_session_manager_client.h

Issue 2165643004: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed SessionManagerClient stub RemoveArcData method. Created 4 years, 5 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/chrome_browser_chromeos.gypi ('k') | chromeos/dbus/fake_session_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_session_manager_client.h
diff --git a/chromeos/dbus/fake_session_manager_client.h b/chromeos/dbus/fake_session_manager_client.h
index dd3629c9ddf51c38fe06168f70ecc132161ddf76..556b04d40b68e94b3db81b34906757ea2424ca61 100644
--- a/chromeos/dbus/fake_session_manager_client.h
+++ b/chromeos/dbus/fake_session_manager_client.h
@@ -68,7 +68,8 @@ class FakeSessionManagerClient : public SessionManagerClient {
const ArcCallback& callback) override;
void StopArcInstance(const ArcCallback& callback) override;
void GetArcStartTime(const GetArcStartTimeCallback& callback) override;
- void RemoveArcData(const cryptohome::Identification& cryptohome_id) override;
+ void RemoveArcData(const cryptohome::Identification& cryptohome_id,
+ const ArcCallback& callback) override;
const std::string& device_policy() const;
void set_device_policy(const std::string& policy_blob);
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/dbus/fake_session_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698