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

Unified Diff: ui/aura_shell/shell_delegate.h

Issue 8747021: [Aura] Polish app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: ui/aura_shell/shell_delegate.h
diff --git a/ui/aura_shell/shell_delegate.h b/ui/aura_shell/shell_delegate.h
index 28eb602527e5d2d76b4c55254d3acc8c95955847..432b4fa7b3c82b0f005b072baca2b6a14c0f55eb 100644
--- a/ui/aura_shell/shell_delegate.h
+++ b/ui/aura_shell/shell_delegate.h
@@ -9,6 +9,10 @@
#include "base/callback.h"
#include "ui/aura_shell/aura_shell_export.h"
+namespace gfx {
+class Rect;
+}
+
namespace views {
class Widget;
}
@@ -35,7 +39,8 @@ class AURA_SHELL_EXPORT ShellDelegate {
// Invoked to create app list widget. The Delegate calls the callback
// when the widget is ready to show.
- virtual void RequestAppListWidget(const SetWidgetCallback& callback) = 0;
+ virtual void RequestAppListWidget(const gfx::Rect& bounds,
sky 2011/11/30 21:50:21 nit: wrap to next line.
xiyuan 2011/11/30 22:26:34 Done.
+ const SetWidgetCallback& callback) = 0;
// Invoked when the user clicks on a window entry in the launcher.
virtual void LauncherItemClicked(const LauncherItem& item) = 0;
« chrome/browser/ui/webui/aura/app_list_ui.cc ('K') | « ui/aura_shell/examples/aura_shell_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698