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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc

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
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
index 569706a088a52370939c9092d8c2b60155fb1270..8a6df02ff2931e1ce99a0c3de251115f056cbc22 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
@@ -779,7 +779,7 @@ void ChromeLauncherControllerImpl::AttachProfile(Profile* profile_to_attach) {
base::Bind(&ChromeLauncherControllerImpl::UpdateAppLaunchersFromPref,
base::Unretained(this)));
// Handling of prefs::kArcEnabled change should be called deferred to avoid
- // race condition when OnAppUninstalledPrepared for Arc apps is called after
+ // race condition when OnAppUninstalledPrepared for ARC apps is called after
// UpdateAppLaunchersFromPref.
pref_change_registrar_.Add(
prefs::kArcEnabled,

Powered by Google App Engine
This is Rietveld 408576698