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

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, 7 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 df39ec7e370157711cf66acab27bc35e5ade7fe3..8c57ad1fdb83207c5342d3c0dc0cfce7d62062b0 100644
--- a/chromeos/dbus/session_manager_client.h
+++ b/chromeos/dbus/session_manager_client.h
@@ -227,6 +227,9 @@ 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.
+ virtual void RemoveArcData() = 0;
+
// Creates the instance.
static SessionManagerClient* Create(DBusClientImplementationType type);

Powered by Google App Engine
This is Rietveld 408576698