| 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 0503f5fd572f9b4889ffde0008c862f8cc6c1b45..9675a14f5be72c599642e17a751af63aa06cedb9 100644
|
| --- a/chrome/browser/chromeos/arc/arc_session_manager.h
|
| +++ b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| @@ -190,7 +190,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(); }
|
|
|