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

Unified Diff: ash/launcher/launcher.h

Issue 11092034: Add Wallpaper option to launcher context menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 2 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/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index bd08189666eb5cc6c1a65d443e5111e2f071f190..d9925e3124e0a045ce93d336f854c621b74a0354 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -84,6 +84,8 @@ class ASH_EXPORT Launcher {
// Returns true if the Launcher is showing a context menu.
bool IsShowingMenu() const;
+ // Show the context menu for the Launcher.
sky 2012/10/10 04:07:17 nit: newline between 87/88.
+ void ShowContextMenu(const gfx::Point& location);
bool IsShowingOverflowBubble() const;

Powered by Google App Engine
This is Rietveld 408576698