| Index: ash/common/shell_delegate.h
|
| diff --git a/ash/common/shell_delegate.h b/ash/common/shell_delegate.h
|
| index 16f905c55ac6ed0d59376474a833436f109dabc2..316cd5345d6ff6f06a8a48d18963a267d5db5910 100644
|
| --- a/ash/common/shell_delegate.h
|
| +++ b/ash/common/shell_delegate.h
|
| @@ -126,7 +126,7 @@ class ASH_EXPORT ShellDelegate {
|
| virtual std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() = 0;
|
|
|
| // Creates a menu model for the |wm_shelf| and optional shelf |item|.
|
| - // If |item| is null, this creates a context menu for the desktop or shelf.
|
| + // If |item| is null, this creates a context menu for the wallpaper or shelf.
|
| virtual ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
|
| const ShelfItem* item) = 0;
|
|
|
|
|