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

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

Issue 12674045: ShellWindowLauncherItemController::RestoreOrShow -> ShowAndActivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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 b9b80ef27926cd07b1ce3ea2aa64b03876a54f85..b55da944b2639d27feb98aa7a65c69bbbb8af9d7 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 RestoreOrShow(ShellWindow* shell_window);
+ void ShowAndActivate(ShellWindow* shell_window);
// List of associated shell windows
ShellWindowList shell_windows_;

Powered by Google App Engine
This is Rietveld 408576698