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

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

Issue 2700783002: s/\bArc\b/ARC/g for ARC related code. (Closed)
Patch Set: Address ARC++ 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.h ('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 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.
« no previous file with comments | « chrome/browser/chromeos/arc/arc_optin_uma.h ('k') | chrome/browser/chromeos/arc/arc_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698