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

Side by Side Diff: ash/test/shell_test_api.h

Issue 250163002: Update naming from OutputConfiguratorAnimation to DisplayConfiguratorAnimation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_TEST_SHELL_TEST_API_H_ 5 #ifndef ASH_TEST_SHELL_TEST_API_H_
6 #define ASH_TEST_SHELL_TEST_API_H_ 6 #define ASH_TEST_SHELL_TEST_API_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 9
10 namespace wm { 10 namespace wm {
(...skipping 23 matching lines...) Expand all
34 RootWindowLayoutManager* root_window_layout(); 34 RootWindowLayoutManager* root_window_layout();
35 ::wm::InputMethodEventFilter* input_method_event_filter(); 35 ::wm::InputMethodEventFilter* input_method_event_filter();
36 SystemGestureEventFilter* system_gesture_event_filter(); 36 SystemGestureEventFilter* system_gesture_event_filter();
37 WorkspaceController* workspace_controller(); 37 WorkspaceController* workspace_controller();
38 ScreenPositionController* screen_position_controller(); 38 ScreenPositionController* screen_position_controller();
39 AshNativeCursorManager* ash_native_cursor_manager(); 39 AshNativeCursorManager* ash_native_cursor_manager();
40 ShelfModel* shelf_model(); 40 ShelfModel* shelf_model();
41 DragDropController* drag_drop_controller(); 41 DragDropController* drag_drop_controller();
42 AppListController* app_list_controller(); 42 AppListController* app_list_controller();
43 MaximizeModeWindowManager* maximize_mode_window_manager(); 43 MaximizeModeWindowManager* maximize_mode_window_manager();
44 void DisableOutputConfiguratorAnimation(); 44 void DisableDisplayConfiguratorAnimation();
45 45
46 // Set ShelfDelegate. 46 // Set ShelfDelegate.
47 void SetShelfDelegate(ShelfDelegate* delegate); 47 void SetShelfDelegate(ShelfDelegate* delegate);
48 48
49 private: 49 private:
50 Shell* shell_; // not owned 50 Shell* shell_; // not owned
51 51
52 DISALLOW_COPY_AND_ASSIGN(ShellTestApi); 52 DISALLOW_COPY_AND_ASSIGN(ShellTestApi);
53 }; 53 };
54 54
55 } // namespace test 55 } // namespace test
56 } // namespace ash 56 } // namespace ash
57 57
58 #endif // ASH_TEST_SHELL_TEST_API_H_ 58 #endif // ASH_TEST_SHELL_TEST_API_H_
OLDNEW
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698