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

Unified Diff: chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.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/app_list/arc/arc_package_sync_data_type_controller.cc
diff --git a/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.cc b/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.cc
index e0c19d0776885a6e6e88732ec8de427db169a5af..293b5d6947c0ca2a2460d02ada3754f3128a11a3 100644
--- a/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.cc
+++ b/chrome/browser/ui/app_list/arc/arc_package_sync_data_type_controller.cc
@@ -14,7 +14,7 @@
#include "components/sync/driver/sync_client.h"
#include "components/sync/driver/sync_service.h"
-// ArcPackage sync service is controlled by apps checkbox in sync settings. Arc
+// ArcPackage sync service is controlled by apps checkbox in sync settings. ARC
// apps and regular Chrome apps have same user control.
namespace {
@@ -69,7 +69,7 @@ void ArcPackageSyncDataTypeController::StopModels() {
void ArcPackageSyncDataTypeController::OnPackageListInitialRefreshed() {
// model_normal_start_ is true by default. Normally,
- // ArcPackageSyncDataTypeController::StartModels() gets called before Arc
+ // ArcPackageSyncDataTypeController::StartModels() gets called before ARC
// package list is refreshed. But in integration test, the order can be either
// way. If OnPackageListInitialRefreshed comes before
// ArcPackageSyncDataTypeController ::StartModels(), this function is no-op
@@ -85,12 +85,12 @@ void ArcPackageSyncDataTypeController::OnArcEnabledPrefChanged() {
DCHECK(CalledOnValidThread());
if (!ReadyForStart()) {
- // If enable Arc in settings is turned off then generate an unrecoverable
+ // If enable ARC in settings is turned off then generate an unrecoverable
// error.
if (state() != NOT_RUNNING && state() != STOPPING) {
syncer::SyncError error(
FROM_HERE, syncer::SyncError::DATATYPE_POLICY_ERROR,
- "Arc package sync is now disabled because user disables Arc.",
+ "ARC package sync is now disabled because user disables ARC.",
type());
CreateErrorHandler()->OnUnrecoverableError(error);
}
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_default_app_list.cc ('k') | chrome/browser/ui/app_list/arc/arc_package_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698