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

Unified Diff: chrome/browser/ui/app_list/app_context_menu_unittest.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_context_menu_unittest.cc
diff --git a/chrome/browser/ui/app_list/app_context_menu_unittest.cc b/chrome/browser/ui/app_list/app_context_menu_unittest.cc
index 4c7c2845cd95404e79670c45f2742ed53df9b15b..5f6e29b703ded4b93041f58905206aecc3ff81ac 100644
--- a/chrome/browser/ui/app_list/app_context_menu_unittest.cc
+++ b/chrome/browser/ui/app_list/app_context_menu_unittest.cc
@@ -385,8 +385,8 @@ TEST_F(AppContextMenuTest, ArcMenu) {
EXPECT_TRUE(launch_requests[0]->IsForApp(app_info));
controller()->SetAppOpen(app_id, true);
- // It is not expected that menu model is unchanged on GetContextMenuModel. Arc
- // app menu requires model to be recalculated.
+ // It is not expected that menu model is unchanged on GetContextMenuModel.
+ // ARC app menu requires model to be recalculated.
menu = item.GetContextMenuModel();
ASSERT_EQ(4, menu->GetItemCount());
ValidateItemState(menu, 0, MenuState(app_list::AppContextMenu::TOGGLE_PIN));
« no previous file with comments | « chrome/browser/sync/test/integration/migration_test.cc ('k') | chrome/browser/ui/app_list/app_list_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698