diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 04:00:31 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 04:00:31 +0000 |
commit | b3e37db57b9adf2f3948897e140d162ddba62ae8 (patch) | |
tree | f2c2920f5ca6bf8e63d307392a98c0e35b92f046 /ash/shell_factory.h | |
parent | 20f39480af598ca9e300aa15806ebb591da1621f (diff) | |
download | chromium_src-b3e37db57b9adf2f3948897e140d162ddba62ae8.zip chromium_src-b3e37db57b9adf2f3948897e140d162ddba62ae8.tar.gz chromium_src-b3e37db57b9adf2f3948897e140d162ddba62ae8.tar.bz2 |
Make ui_controls only usable from interactive_ui_tests. This has two benefits:
1) don't link test code in shipping binary
2) ensure that people don't call these functions which depend on focus in sharded test targets
In a followup cl, I'll move the files to chrome\test\base
Review URL: https://codereview.chromium.org/11878013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_factory.h')
-rw-r--r-- | ash/shell_factory.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/shell_factory.h b/ash/shell_factory.h index 2c9af7e..401a54f 100644 --- a/ash/shell_factory.h +++ b/ash/shell_factory.h @@ -15,10 +15,6 @@ namespace gfx { class ImageSkia; } -namespace ui_controls { -class UIControlsAura; -} - namespace views { class View; class Widget; @@ -33,8 +29,6 @@ views::Widget* CreateDesktopBackground(aura::RootWindow* root_window, int container_id); ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents); - -ui_controls::UIControlsAura* CreateUIControls(); } // namespace internal } // namespace ash |