summaryrefslogtreecommitdiffstats
path: root/ash/test/shell_test_api.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 03:21:35 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 03:21:35 +0000
commit0af58047ddfc16ea8e5a0f3921b4f45db77de991 (patch)
tree9dd47825cd74c830b94671c434f0af8e912826ca /ash/test/shell_test_api.h
parent56d8944437d7e1f0d3c1fa65819bca95a7a00bb2 (diff)
downloadchromium_src-0af58047ddfc16ea8e5a0f3921b4f45db77de991.zip
chromium_src-0af58047ddfc16ea8e5a0f3921b4f45db77de991.tar.gz
chromium_src-0af58047ddfc16ea8e5a0f3921b4f45db77de991.tar.bz2
Make Shell::launcher_model() / GetLauncherDelegate private
Move SwitchToWindow impl to Launcher BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11558031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172803 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/shell_test_api.h')
-rw-r--r--ash/test/shell_test_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 6830a07..9ff7ef2 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -15,6 +15,7 @@ class InputMethodEventFilter;
namespace ash {
class Shell;
+class LauncherModel;
namespace internal {
class RootWindowLayoutManager;
@@ -35,6 +36,7 @@ public:
internal::SystemGestureEventFilter* system_gesture_event_filter();
internal::WorkspaceController* workspace_controller();
internal::ScreenPositionController* screen_position_controller();
+ LauncherModel* launcher_model();
private:
Shell* shell_; // not owned