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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.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/launcher_controller_helper.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
index 3031be5ca578f1de5a1834f3c360e65b2f410f87..a43b394646275147499701d3fbfc19b89e963f9b 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
@@ -109,7 +109,7 @@ base::string16 LauncherControllerHelper::GetAppTitle(
if (app_id.empty())
return base::string16();
- // Get the title if the app is an Arc app.
+ // Get the title if the app is an ARC app.
ArcAppListPrefs* arc_prefs = ArcAppListPrefs::Get(profile);
const std::string arc_app_id =
ArcAppWindowLauncherController::GetArcAppIdFromShelfAppId(app_id);
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc ('k') | chrome/browser/ui/extensions/app_launch_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698