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

Unified Diff: chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h

Issue 14328031: Adding a minimize function for clicks on launcher items if only a single item (already active) is a… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added one unit test and addressed comments Created 7 years, 8 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/ash/launcher/shell_window_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
index b55da944b2639d27feb98aa7a65c69bbbb8af9d7..f19ec86a766bf8bbeb0e014e54392755333c8ce4 100644
--- a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
@@ -80,7 +80,7 @@ class ShellWindowLauncherItemController : public LauncherItemController,
private:
typedef std::list<ShellWindow*> ShellWindowList;
- void ShowAndActivate(ShellWindow* shell_window);
+ void ShowAndActivateOrMinimize(ShellWindow* shell_window);
// List of associated shell windows
ShellWindowList shell_windows_;

Powered by Google App Engine
This is Rietveld 408576698