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

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 refactored 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..1f3d21fb9c86ee78f97ea4ba56fe6eac3ffbaf6a 100644
--- a/ui/aura_shell/examples/example_factory.h
+++ b/ui/aura_shell/examples/example_factory.h
@@ -11,6 +11,9 @@ class View;
}
namespace aura_shell {
+
+class AppListModel;
+
namespace examples {
void CreatePointyBubble(views::View* anchor_view);
@@ -20,6 +23,8 @@ void CreateLockScreen();
// Creates a window showing samples of commonly used widgets.
void CreateWidgetsWindow();
+AppListModel* CreateAppListModel();
+
} // namespace examples
} // namespace aura_shell

Powered by Google App Engine
This is Rietveld 408576698