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

Unified Diff: ash/common/shell_delegate.h

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Cleanup Created 4 years, 4 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/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;

Powered by Google App Engine
This is Rietveld 408576698