1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ASH_SHELL_EXAMPLE_FACTORY_H_
6 #define ASH_SHELL_EXAMPLE_FACTORY_H_
9 class AppListViewDelegate
;
19 void CreatePointyBubble(views::View
* anchor_view
);
21 void CreateLockScreen();
23 // Creates a window showing samples of commonly used widgets.
24 void CreateWidgetsWindow();
26 app_list::AppListViewDelegate
* CreateAppListViewDelegate();
31 #endif // ASH_SHELL_EXAMPLE_FACTORY_H_