Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: ash/shell_factory.h

Issue 11878013: Make ui_controls only usable from interactive_ui_tests. This has two benefits: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell.cc ('k') | ash/ui_controls_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_factory.h
===================================================================
--- ash/shell_factory.h (revision 176470)
+++ ash/shell_factory.h (working copy)
@@ -15,10 +15,6 @@
class ImageSkia;
}
-namespace ui_controls {
-class UIControlsAura;
-}
-
namespace views {
class View;
class Widget;
@@ -33,8 +29,6 @@
int container_id);
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
-
-ui_controls::UIControlsAura* CreateUIControls();
} // namespace internal
} // namespace ash
« no previous file with comments | « ash/shell.cc ('k') | ash/ui_controls_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698