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

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

Issue 9023004: Revert 115515 - [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « ui/aura_shell/examples/aura_shell_main.cc ('k') | ui/aura_shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/examples/example_factory.h
===================================================================
--- ui/aura_shell/examples/example_factory.h (revision 115517)
+++ ui/aura_shell/examples/example_factory.h (working copy)
@@ -6,17 +6,11 @@
#define UI_AURA_SHELL_EXAMPLES_EXAMPLE_FACTORY_H_
#pragma once
-#include "ui/aura_shell/shell_delegate.h"
-
namespace views {
class View;
}
namespace aura_shell {
-
-class AppListModel;
-class AppListViewDelegate;
-
namespace examples {
void CreatePointyBubble(views::View* anchor_view);
@@ -26,13 +20,6 @@
// Creates a window showing samples of commonly used widgets.
void CreateWidgetsWindow();
-void BuildAppListModel(AppListModel* model);
-
-AppListViewDelegate* CreateAppListViewDelegate();
-
-void CreateAppList(const gfx::Rect& bounds,
- const ShellDelegate::SetWidgetCallback& callback);
-
} // namespace examples
} // namespace aura_shell
« no previous file with comments | « ui/aura_shell/examples/aura_shell_main.cc ('k') | ui/aura_shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698