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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.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/arc_app_deferred_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
index 48c70f090ed6ccce6439ce9ce05c085b25bb3b59..0cde6b00b51d9bba15648676c8455199e1e771fd 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
@@ -146,7 +146,7 @@ void ArcAppDeferredLauncherController::OnArcPlayStoreEnabledChanged(
if (enabled)
return;
- // If Arc was disabled, remove all deferred launch requests.
+ // If ARC was disabled, remove all deferred launch requests.
while (!app_controller_map_.empty())
Close(app_controller_map_.begin()->first);
}

Powered by Google App Engine
This is Rietveld 408576698