Remove unused flag --enable-browser-plugin-drag-drop.
[chromium-blink-merge.git] / ash / shell / example_factory.h
blob7510be14cb529839d229ed75e670d2f6495d0bb6
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_
8 namespace app_list {
9 class AppListViewDelegate;
12 namespace views {
13 class View;
16 namespace ash {
17 namespace shell {
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();
28 } // namespace shell
29 } // namespace ash
31 #endif // ASH_SHELL_EXAMPLE_FACTORY_H_