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

Unified Diff: ui/aura_shell/examples/example_factory.h

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and address comments in #2 Created 9 years 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/examples/example_factory.h
diff --git a/ui/aura_shell/examples/example_factory.h b/ui/aura_shell/examples/example_factory.h
index d78dedb285347966ada520ef62d40311374e3980..2edad83bdc96fd3e01df490cd69b754db254904a 100644
--- a/ui/aura_shell/examples/example_factory.h
+++ b/ui/aura_shell/examples/example_factory.h
@@ -6,11 +6,14 @@
#define UI_AURA_SHELL_EXAMPLES_EXAMPLE_FACTORY_H_
#pragma once
+#include "ui/aura_shell/shell_delegate.h"
+
namespace views {
class View;
}
namespace aura_shell {
+
namespace examples {
void CreatePointyBubble(views::View* anchor_view);
@@ -20,6 +23,9 @@ void CreateLockScreen();
// Creates a window showing samples of commonly used widgets.
void CreateWidgetsWindow();
+void CreateAppList(const gfx::Rect& bounds,
+ const ShellDelegate::SetWidgetCallback& callback);
+
} // namespace examples
} // namespace aura_shell

Powered by Google App Engine
This is Rietveld 408576698