Re-enable these tests as they are no longer failing.
[chromium-blink-merge.git] / ash / shell_factory.h
blob4b88f3e548dabc20035cff5afa834f4f1b1fd5e5
1 // Copyright (c) 2011 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_FACTORY_H_
6 #define ASH_SHELL_FACTORY_H_
7 #pragma once
9 #include "ash/ash_export.h"
11 namespace views {
12 class Widget;
15 // Declarations of shell component factory functions.
17 namespace ash {
19 namespace internal {
20 views::Widget* CreateDesktopBackground();
21 ASH_EXPORT views::Widget* CreateStatusArea();
22 } // namespace internal
24 } // namespace ash
27 #endif // ASH_SHELL_FACTORY_H_