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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_launcher.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/app_list/arc/arc_app_launcher.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_launcher.h b/chrome/browser/ui/app_list/arc/arc_app_launcher.h
index 4db9edd15bc5e82efd974f460deef6f83a2925c6..613ad2bdf463ce73c2a407c78c44f5c3f087a857 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_launcher.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_launcher.h
@@ -14,7 +14,7 @@ namespace content {
class BrowserContext;
}
-// Helper class for deferred Arc app launching in case app is not ready on the
+// Helper class for deferred ARC app launching in case app is not ready on the
// moment of request.
class ArcAppLauncher : public ArcAppListPrefs::Observer {
public:
@@ -35,10 +35,10 @@ class ArcAppLauncher : public ArcAppListPrefs::Observer {
// Unowned pointer.
content::BrowserContext* context_;
- // Arc app id and requested layout.
+ // ARC app id and requested layout.
const std::string app_id_;
const bool landscape_layout_;
- // Flag idicating that Arc app was launched.
+ // Flag idicating that ARC app was launched.
bool app_launched_ = false;
DISALLOW_COPY_AND_ASSIGN(ArcAppLauncher);
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_app_dialog.h ('k') | chrome/browser/ui/app_list/arc/arc_app_list_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698