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

Unified Diff: chrome/browser/ui/app_list/app_list_syncable_service.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/app_list_syncable_service.cc
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc
index 0ffd46e892f7aec1fbc9e6ede5525da0966bc7d0..03c9ddcdc2c25be5ac51b2d704cb9c8ef7a1a6ac 100644
--- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
@@ -261,7 +261,7 @@ class AppListSyncableService::ModelObserver : public AppListModelObserver {
#if defined(OS_CHROMEOS)
if (item->GetItemType() == ArcAppItem::kItemType) {
- // Don't sync remove changes coming as result of disabling Arc.
+ // Don't sync remove changes coming as result of disabling ARC.
const arc::ArcSessionManager* arc_session_manager =
arc::ArcSessionManager::Get();
DCHECK(arc_session_manager);
« no previous file with comments | « chrome/browser/ui/app_list/app_context_menu_unittest.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698