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

Unified Diff: ash/shell/context_menu.cc

Issue 22007003: ash: Rename "Autohide launcher" item. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: ash/shell/context_menu.cc
diff --git a/ash/shell/context_menu.cc b/ash/shell/context_menu.cc
index bb70e7cf9ee382cb29820b75c5da8df7f6eeb83f..e1a62d1f911e2715bb2a428a72073be651bae5e7 100644
--- a/ash/shell/context_menu.cc
+++ b/ash/shell/context_menu.cc
@@ -21,9 +21,9 @@ ContextMenu::ContextMenu(aura::RootWindow* root)
DCHECK(root_window_);
set_delegate(this);
AddCheckItemWithStringId(MENU_AUTO_HIDE,
- IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE);
+ IDS_ASH_SHELF_CONTEXT_MENU_AUTO_HIDE);
AddSubMenuWithStringId(MENU_ALIGNMENT_MENU,
- IDS_AURA_LAUNCHER_CONTEXT_MENU_POSITION,
+ IDS_ASH_SHELF_CONTEXT_MENU_POSITION,
&alignment_menu_);
}

Powered by Google App Engine
This is Rietveld 408576698