Chromium Code Reviews| 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 227c59370e16fa45d1345e202cb5c27035c50394..8c07816fd874e1799fd93ba2984d0d5092a9bb8a 100644 |
| --- a/chrome/browser/chromeos/arc/arc_session_manager.h |
| +++ b/chrome/browser/chromeos/arc/arc_session_manager.h |
| @@ -121,7 +121,6 @@ class ArcSessionManager : public ArcSessionObserver, |
| static void SetShelfDelegateForTesting(ash::ShelfDelegate* shelf_delegate); |
| static void EnableCheckAndroidManagementForTesting(); |
| - // Returns true if ARC is allowed to run for the current session. |
|
Yusuke Sato
2017/03/01 20:43:57
Any reason to remove the comment? Your CL doesn't
victorhsieh
2017/03/01 21:57:56
Done. Thanks. I lost in rebase.
|
| // TODO(hidehiko): The name is very close to IsArcAllowedForProfile(), but |
| // has different meaning. Clean this up. |
| bool IsAllowed() const; |