From b3e37db57b9adf2f3948897e140d162ddba62ae8 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 14 Jan 2013 04:00:31 +0000 Subject: 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 --- ash/shell_factory.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ash/shell_factory.h') 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 -- cgit v1.1