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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_context_menu.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_context_menu.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
index 06504d6bafefd8e3434faebd4a5da08d21bda81d..b8d88f33761366b745098ce8ed99da6c0b44d6b1 100644
--- a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
@@ -50,7 +50,7 @@ LauncherContextMenu* LauncherContextMenu::Create(
if (!item || item->id == 0)
return new DesktopShellLauncherContextMenu(controller, item, wm_shelf);
- // Create ArcLauncherContextMenu if the item is an Arc app.
+ // Create ArcLauncherContextMenu if the item is an ARC app.
const std::string& app_id = controller->GetAppIDForShelfID(item->id);
if (arc::IsArcItem(controller->profile(), app_id))
return new ArcLauncherContextMenu(controller, item, wm_shelf);

Powered by Google App Engine
This is Rietveld 408576698