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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_shelf_id.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_shelf_id.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc b/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc
index 4bc1d7160c9cd29cf345be863dbab97c7c9360e9..5a969db622c684cd46b198ecdd30fd2e6759048e 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_shelf_id.cc
@@ -15,9 +15,9 @@ namespace {
// String representation of Intent starts with this prefix.
constexpr char kIntent[] = "#Intent";
-// Prefix in intent that specifies Arc shelf group. S. means string type.
+// Prefix in intent that specifies ARC shelf group. S. means string type.
constexpr char kShelfGroupIntentPrefix[] = "S.org.chromium.arc.shelf_group_id=";
-// Prefix to specify Arc shelf group.
+// Prefix to specify ARC shelf group.
constexpr char kShelfGroupPrefix[] = "shelf_group:";
} // namespace
« no previous file with comments | « chrome/browser/ui/ash/launcher/arc_app_shelf_id.h ('k') | chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698