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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 1966133002: Run RemoveArcData after a user has opted out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 6 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/session_manager_client.h
diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h
index 34e3f4ac2ef6f9972798190bea76a702ecc2f201..7b51f257dfddcf55fd8089895b3fb6a1ce814501 100644
--- a/chromeos/dbus/session_manager_client.h
+++ b/chromeos/dbus/session_manager_client.h
@@ -231,6 +231,11 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
// returns false if there is no ARC instance or ARC is not available.
virtual void GetArcStartTime(const GetArcStartTimeCallback& callback) = 0;
+ // Asynchronously removes all ARC user data for the user whose cryptohome is
+ // located by |cryptohome_id|.
+ virtual void RemoveArcData(
+ const cryptohome::Identification& cryptohome_id) = 0;
+
// Creates the instance.
static SessionManagerClient* Create(DBusClientImplementationType type);

Powered by Google App Engine
This is Rietveld 408576698