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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.h

Issue 2705493002: [Merge-57] arc: Logging ARC data removal reasons (Closed)
Patch Set: Created 3 years, 10 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/browser/chromeos/arc/arc_optin_uma.cc ('k') | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_session_manager.h
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
index 3108ea68f199230b5245f474d2d3df893816b1c7..af43987cc317ce22dc19663b172e1d169773f5a0 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.h
+++ b/chrome/browser/chromeos/arc/arc_session_manager.h
@@ -201,7 +201,8 @@ class ArcSessionManager : public ArcSessionObserver,
void StopAndEnableArc();
// Removes the data if ARC is stopped. Otherwise, queue to remove the data
- // on ARC is stopped.
+ // on ARC is stopped. A log statement with the removal reason must be added
+ // prior to calling RemoveArcData().
void RemoveArcData();
ArcSupportHost* support_host() { return support_host_.get(); }
« no previous file with comments | « chrome/browser/chromeos/arc/arc_optin_uma.cc ('k') | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698