| 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 e5f60990aef68c1e52692418c59241ca6e8ac1dc..227c59370e16fa45d1345e202cb5c27035c50394 100644
|
| --- a/chrome/browser/chromeos/arc/arc_session_manager.h
|
| +++ b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| @@ -121,7 +121,7 @@ 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.
|
| + // Returns true if ARC is allowed to run for the current session.
|
| // TODO(hidehiko): The name is very close to IsArcAllowedForProfile(), but
|
| // has different meaning. Clean this up.
|
| bool IsAllowed() const;
|
| @@ -149,7 +149,7 @@ class ArcSessionManager : public ArcSessionObserver,
|
| bool IsSessionRunning() const;
|
| bool IsSessionStopped() const;
|
|
|
| - // Called from Arc support platform app when user cancels signing.
|
| + // Called from ARC support platform app when user cancels signing.
|
| void CancelAuthCode();
|
|
|
| // TODO(hidehiko): Better to rename longer but descriptive one, e.g.
|
|
|