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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.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
Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
index ecb610ab9dad3179b2a48586b7e0becb4909dcab..18f3fc905984e7e73a2ec0fa6193f526d51ed866 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
@@ -41,13 +41,13 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
ash::ShelfDelegate* shelf_delegate);
~ArcAppWindowLauncherController() override;
- // Returns shelf app id. Play Store app is mapped to Arc platform host app.
+ // Returns shelf app id. Play Store app is mapped to ARC platform host app.
static std::string GetShelfAppIdFromArcAppId(const std::string& arc_app_id);
- // Returns Arc app id. Arc platform host app is mapped to Play Store app.
+ // Returns ARC app id. ARC platform host app is mapped to Play Store app.
static std::string GetArcAppIdFromShelfAppId(const std::string& shelf_app_id);
- // Returns Arc task id for the window.
+ // Returns ARC task id for the window.
static int GetWindowTaskId(aura::Window* window);
// AppWindowLauncherController:

Powered by Google App Engine
This is Rietveld 408576698