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

Unified Diff: components/arc/arc_features.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
« no previous file with comments | « chrome/test/data/webui/settings/cr_settings_browsertest.js ('k') | components/arc/common/process.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_features.cc
diff --git a/components/arc/arc_features.cc b/components/arc/arc_features.cc
index e5db91b0710a232f4227cc7e5f0f386de1a11363..66bf95a6d7d260b02724cdee653fd37c09ad8d20 100644
--- a/components/arc/arc_features.cc
+++ b/components/arc/arc_features.cc
@@ -6,7 +6,7 @@
namespace arc {
-// Controls if Arc should use silent auth code request API.
+// Controls if ARC should use silent auth code request API.
const base::Feature kArcUseAuthEndpointFeature {
"ArcUseAuthEndpoint", base::FEATURE_ENABLED_BY_DEFAULT
};
@@ -17,7 +17,7 @@ const base::Feature kBootCompletedBroadcastFeature {
"ArcBootCompletedBroadcast", base::FEATURE_ENABLED_BY_DEFAULT
};
-// Controls whether we show Arc Files app in Chrome launcher.
+// Controls whether we show ARC Files app in Chrome launcher.
const base::Feature kShowArcFilesAppFeature {
"ShowArcFilesApp", base::FEATURE_DISABLED_BY_DEFAULT
};
« no previous file with comments | « chrome/test/data/webui/settings/cr_settings_browsertest.js ('k') | components/arc/common/process.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698