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

Issue 2048443002: ABANDONED: mash: Move shell delegate interfaces to ash/common (Closed)

Created:
4 years, 6 months ago by James Cook
Modified:
4 years, 5 months ago
Reviewers:
CC:
chromium-reviews, dbeam+watch-options_chromium.org, achuith+watch_chromium.org, sadrul, oshima+watch_chromium.org, derat+watch_chromium.org, michaelpg+watch-options_chromium.org, aboxhall+watch_chromium.org, jam, dzhioev+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, tfarina, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@moveshelfmodel
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ABANDONED: mash: Move shell delegate interfaces to ash/common These are dependencies of ash::ShellDelegate. Moving them is a precondition for moving the mus implementations of them from ash/sysui to ash/mus (since ash/mus can only depend on ash/common). Also clean up a couple missing #includes of ash/shell.h in passing. TODO: Deal with ash/system/tray/system_tray_delegate.h, which has many dependencies of its own. BUG=615155 TEST=compiles

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -914 lines) Patch
M ash/accelerators/accelerator_controller.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/accelerators/spoken_feedback_toggler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/spoken_feedback_toggler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D ash/accessibility_delegate.h View 1 chunk +0 lines, -136 lines 0 comments Download
M ash/ash.gyp View 8 chunks +10 lines, -10 lines 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/audio/sounds.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/aura/wm_shell_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/common/accessibility_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/default_accessibility_delegate.h View 2 chunks +5 lines, -4 lines 0 comments Download
A + ash/common/default_accessibility_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/common/gpu_support.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/gpu_support_stub.h View 2 chunks +4 lines, -5 lines 0 comments Download
A + ash/common/gpu_support_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/common/media_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/common/pointer_watcher_delegate.h View 2 chunks +5 lines, -0 lines 0 comments Download
A + ash/common/session/session_state_delegate.h View 2 chunks +4 lines, -4 lines 2 comments Download
A + ash/common/session/session_state_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/common/session/session_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/volume_control_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/content/gpu_support_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/content/shell_content_state.h View 1 chunk +1 line, -1 line 0 comments Download
D ash/default_accessibility_delegate.h View 1 chunk +0 lines, -78 lines 0 comments Download
D ash/default_accessibility_delegate.cc View 1 chunk +0 lines, -164 lines 0 comments Download
M ash/desktop_background/desktop_background_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/custom_frame_view_ash.cc View 2 chunks +1 line, -1 line 0 comments Download
D ash/gpu_support.h View 1 chunk +0 lines, -35 lines 0 comments Download
D ash/gpu_support_stub.h View 1 chunk +0 lines, -33 lines 0 comments Download
D ash/gpu_support_stub.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M ash/keyboard/keyboard_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/magnifier/magnification_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
D ash/media_delegate.h View 1 chunk +0 lines, -44 lines 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 1 chunk +1 line, -1 line 0 comments Download
D ash/pointer_watcher_delegate.h View 1 chunk +0 lines, -22 lines 0 comments Download
M ash/pointer_watcher_delegate_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/root_window_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/root_window_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D ash/session/session_state_delegate.h View 1 chunk +0 lines, -138 lines 0 comments Download
D ash/session/session_state_delegate.cc View 1 chunk +0 lines, -29 lines 0 comments Download
M ash/session/session_state_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/session/session_state_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
D ash/session/session_types.h View 1 chunk +0 lines, -16 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_locking_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_locking_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_widget.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/shell/app_list.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/lock_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/shell/window_type_launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell_delegate.h View 2 chunks +1 line, -1 line 0 comments Download
M ash/shell_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/audio/tray_audio.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/system/cast/tray_cast.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/bluetooth/tray_bluetooth.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/network/tray_vpn.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/power/power_event_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/power/tray_power.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/logout_confirmation_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/settings/tray_settings.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/date_default_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/ime/tray_ime_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/ime/tray_ime_chromeos_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/overview/overview_button_tray.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/default_system_tray_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/media_security/multi_profile_media_tray_item.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray_accessibility.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray_accessibility.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/user/login_status.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/tray_user.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/tray_user.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/user/tray_user_separator.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/user_card_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/user/user_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/user_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/sysui/pointer_watcher_delegate_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/sysui/shell_delegate_mus.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/test/shell_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_session_state_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_shell_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_shell_delegate.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/test/test_system_tray_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_volume_control_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
D ash/volume_control_delegate.h View 1 chunk +0 lines, -26 lines 0 comments Download
M ash/wm/ash_focus_rules_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/event_client_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/gestures/shelf_gesture_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_state_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_state_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/mru_window_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/power_button_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_modal_container_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_modal_container_layout_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_cycle_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_cycle_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/session_login_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/user_adding_screen_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/memory/tab_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_content_state_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/media_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/network_connect_delegate_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/session_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/volume_controller_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_command_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/system_menu_model_builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 7 (3 generated)
James Cook
sky, please take a look. (Feel free to rubber-stamp if the move makes sense -- ...
4 years, 6 months ago (2016-06-06 23:26:05 UTC) #2
James Cook
Let me know if you'd like me to TBR these in the future.
4 years, 6 months ago (2016-06-06 23:26:53 UTC) #3
sky
https://codereview.chromium.org/2048443002/diff/1/ash/common/session/session_state_delegate.h File ash/common/session/session_state_delegate.h (right): https://codereview.chromium.org/2048443002/diff/1/ash/common/session/session_state_delegate.h#newcode16 ash/common/session/session_state_delegate.h:16: class Window; Before you move this you need to ...
4 years, 6 months ago (2016-06-06 23:29:09 UTC) #4
James Cook
4 years, 6 months ago (2016-06-07 21:31:29 UTC) #5
Abandoning this CL because SessionStateDelegate and AccessibilityDelegate are
already moving over in other CLs.

I'll do a new one for the remaining delegates once those land.

Powered by Google App Engine
This is Rietveld 408576698