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

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)

Created:
3 years, 9 months ago by James Cook
Modified:
3 years, 9 months ago
Reviewers:
oshima
CC:
chromium-reviews, posciak+watch_chromium.org, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, mlamouri+watch-screen-orientation_chromium.org, nektar+watch_chromium.org, hidehiko+watch_chromium.org, yzshen+watch_chromium.org, net-reviews_chromium.org, lhchavez+watch_chromium.org, dmazzoni+watch_chromium.org, yhanada+watchvk_chromium.org, khmel+watch_chromium.org, stevenjb+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, yusukes+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, awdf+watch_chromium.org, aboxhall+watch_chromium.org, chromoting-reviews_chromium.org, jam, abarth-chromium, nona+watch_chromium.org, je_julie, darin-cc_chromium.org, kalyank, groby+virtualkb_chromium.org, dbeam+watch-options_chromium.org, alemate+watch_chromium.org, dtseng+watch_chromium.org, derat+watch_chromium.org, Peter Beverloo, mlamouri+watch-notifications_chromium.org, yuzo+watch_chromium.org, rlp+watch_chromium.org, michaelpg+watch-options_chromium.org, pam+watch_chromium.org, dcheng, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, dfaden+virtualkb_google.com, dbeam+watch-settings_chromium.org, sync-reviews_chromium.org, elijahtaylor+arcwatch_chromium.org, achuith+watch_chromium.org, tfarina, shuchen+watch_chromium.org, Aaron Boodman, victorhsieh+watch_chromium.org, oka+watchvk_chromium.org, darin (slow to review), stevenjb+watch-md-settings_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

chromeos: Move files in //ash/common to //ash, part 1 Now that mustash can use standard aura windows we don't need the ash/aura vs. ash/mus vs. ash/common distinction. Eliminate //ash/common. Also move files in //ash/common/system/chromeos out to //ash/system because ash only compiles on chromeos these days. Part 1 moves //ash/common/system into //ash/system. The CQ cannot handle moving all files at once, see https://codereview.chromium.org/2734653002/ BUG=690096 TEST=compiles, ash_unittests TBR=oshima@chromium.org Review-Url: https://codereview.chromium.org/2732813002 Cr-Commit-Position: refs/heads/master@{#454786} Committed: https://chromium.googlesource.com/chromium/src/+/a0c4422bfeaf6b4e06e99394f4d36f37065a9661

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1793 lines, -43136 lines) Patch
M ash/BUILD.gn View 1 5 chunks +298 lines, -298 lines 0 comments Download
M ash/accelerators/accelerator_controller_delegate_aura.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ash/accelerators/accelerator_interactive_uitest_chromeos.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/accelerators/accelerator_controller.cc View 1 2 chunks +10 lines, -10 lines 0 comments Download
M ash/common/accelerators/debug_commands.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/keyboard/keyboard_ui.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ash/common/mojo_interface_factory.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ash/common/shelf/app_list_button.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/overflow_bubble.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_layout_manager.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_tooltip_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_widget.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/shelf/wm_shelf.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D ash/common/system/OWNERS View 1 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/system/accessibility_observer.h View 1 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/system/brightness_control_delegate.h View 1 1 chunk +0 lines, -39 lines 0 comments Download
D ash/common/system/chromeos/DEPS View 1 1 chunk +0 lines, -3 lines 0 comments Download
D ash/common/system/chromeos/audio/audio_detailed_view.h View 1 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/system/chromeos/audio/audio_detailed_view.cc View 1 1 chunk +0 lines, -198 lines 0 comments Download
D ash/common/system/chromeos/audio/tray_audio.h View 1 1 chunk +0 lines, -94 lines 0 comments Download
D ash/common/system/chromeos/audio/tray_audio.cc View 1 1 chunk +0 lines, -209 lines 0 comments Download
D ash/common/system/chromeos/audio/tray_audio_delegate.h View 1 1 chunk +0 lines, -67 lines 0 comments Download
D ash/common/system/chromeos/audio/tray_audio_delegate_chromeos.h View 1 1 chunk +0 lines, -35 lines 0 comments Download
D ash/common/system/chromeos/audio/tray_audio_delegate_chromeos.cc View 1 1 chunk +0 lines, -75 lines 0 comments Download
D ash/common/system/chromeos/audio/tray_audio_unittest.cc View 1 1 chunk +0 lines, -31 lines 0 comments Download
D ash/common/system/chromeos/audio/volume_view.h View 1 1 chunk +0 lines, -76 lines 0 comments Download
D ash/common/system/chromeos/audio/volume_view.cc View 1 1 chunk +0 lines, -248 lines 0 comments Download
D ash/common/system/chromeos/bluetooth/bluetooth_notification_controller.h View 1 1 chunk +0 lines, -94 lines 0 comments Download
D ash/common/system/chromeos/bluetooth/bluetooth_notification_controller.cc View 1 1 chunk +0 lines, -334 lines 0 comments Download
D ash/common/system/chromeos/bluetooth/bluetooth_observer.h View 1 1 chunk +0 lines, -20 lines 0 comments Download
D ash/common/system/chromeos/bluetooth/tray_bluetooth.h View 1 1 chunk +0 lines, -45 lines 0 comments Download
D ash/common/system/chromeos/bluetooth/tray_bluetooth.cc View 1 1 chunk +0 lines, -632 lines 0 comments Download
D ash/common/system/chromeos/brightness/brightness_controller_chromeos.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
D ash/common/system/chromeos/brightness/brightness_controller_chromeos.cc View 1 1 chunk +0 lines, -50 lines 0 comments Download
D ash/common/system/chromeos/brightness/tray_brightness.h View 1 1 chunk +0 lines, -68 lines 0 comments Download
D ash/common/system/chromeos/brightness/tray_brightness.cc View 1 1 chunk +0 lines, -283 lines 0 comments Download
D ash/common/system/chromeos/brightness/tray_brightness_unittest.cc View 1 1 chunk +0 lines, -101 lines 0 comments Download
D ash/common/system/chromeos/cast/tray_cast.h View 1 1 chunk +0 lines, -84 lines 0 comments Download
D ash/common/system/chromeos/cast/tray_cast.cc View 1 1 chunk +0 lines, -572 lines 0 comments Download
D ash/common/system/chromeos/devicetype_utils.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/system/chromeos/devicetype_utils.cc View 1 1 chunk +0 lines, -37 lines 0 comments Download
D ash/common/system/chromeos/enterprise/enterprise_domain_observer.h View 1 1 chunk +0 lines, -19 lines 0 comments Download
D ash/common/system/chromeos/enterprise/tray_enterprise.h View 1 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/system/chromeos/enterprise/tray_enterprise.cc View 1 1 chunk +0 lines, -57 lines 0 comments Download
D ash/common/system/chromeos/ime_menu/ime_list_view.h View 1 1 chunk +0 lines, -135 lines 0 comments Download
D ash/common/system/chromeos/ime_menu/ime_list_view.cc View 1 1 chunk +0 lines, -469 lines 0 comments Download
D ash/common/system/chromeos/ime_menu/ime_menu_tray.h View 1 1 chunk +0 lines, -118 lines 0 comments Download
D ash/common/system/chromeos/ime_menu/ime_menu_tray.cc View 1 1 chunk +0 lines, -650 lines 0 comments Download
D ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc View 1 1 chunk +0 lines, -313 lines 0 comments Download
D ash/common/system/chromeos/keyboard_brightness_controller.h View 1 1 chunk +0 lines, -34 lines 0 comments Download
D ash/common/system/chromeos/keyboard_brightness_controller.cc View 1 1 chunk +0 lines, -38 lines 0 comments Download
D ash/common/system/chromeos/media_security/multi_profile_media_tray_item.h View 1 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/system/chromeos/media_security/multi_profile_media_tray_item.cc View 1 1 chunk +0 lines, -75 lines 0 comments Download
D ash/common/system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc View 1 1 chunk +0 lines, -78 lines 0 comments Download
D ash/common/system/chromeos/network/DEPS View 1 1 chunk +0 lines, -4 lines 0 comments Download
D ash/common/system/chromeos/network/network_detailed_view.h View 1 1 chunk +0 lines, -43 lines 0 comments Download
D ash/common/system/chromeos/network/network_icon.h View 1 1 chunk +0 lines, -74 lines 0 comments Download
D ash/common/system/chromeos/network/network_icon.cc View 1 1 chunk +0 lines, -957 lines 0 comments Download
D ash/common/system/chromeos/network/network_icon_animation.h View 1 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/system/chromeos/network/network_icon_animation.cc View 1 1 chunk +0 lines, -59 lines 0 comments Download
D ash/common/system/chromeos/network/network_icon_animation_observer.h View 1 1 chunk +0 lines, -27 lines 0 comments Download
D ash/common/system/chromeos/network/network_info.h View 1 1 chunk +0 lines, -41 lines 0 comments Download
D ash/common/system/chromeos/network/network_info.cc View 1 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/system/chromeos/network/network_list.h View 1 1 chunk +0 lines, -79 lines 0 comments Download
D ash/common/system/chromeos/network/network_list.cc View 1 1 chunk +0 lines, -322 lines 0 comments Download
D ash/common/system/chromeos/network/network_list_delegate.h View 1 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/system/chromeos/network/network_list_md.h View 1 1 chunk +0 lines, -132 lines 0 comments Download
D ash/common/system/chromeos/network/network_list_md.cc View 1 1 chunk +0 lines, -653 lines 0 comments Download
D ash/common/system/chromeos/network/network_list_view_base.h View 1 1 chunk +0 lines, -47 lines 0 comments Download
D ash/common/system/chromeos/network/network_list_view_base.cc View 1 1 chunk +0 lines, -13 lines 0 comments Download
D ash/common/system/chromeos/network/network_observer.h View 1 1 chunk +0 lines, -22 lines 0 comments Download
D ash/common/system/chromeos/network/network_portal_detector_observer.h View 1 1 chunk +0 lines, -23 lines 0 comments Download
D ash/common/system/chromeos/network/network_state_list_detailed_view.h View 1 1 chunk +0 lines, -154 lines 0 comments Download
D ash/common/system/chromeos/network/network_state_list_detailed_view.cc View 1 1 chunk +0 lines, -758 lines 0 comments Download
D ash/common/system/chromeos/network/sms_observer.h View 1 1 chunk +0 lines, -35 lines 0 comments Download
D ash/common/system/chromeos/network/sms_observer.cc View 1 1 chunk +0 lines, -93 lines 0 comments Download
D ash/common/system/chromeos/network/sms_observer_unittest.cc View 1 1 chunk +0 lines, -136 lines 0 comments Download
D ash/common/system/chromeos/network/tray_network.h View 1 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/system/chromeos/network/tray_network.cc View 1 1 chunk +0 lines, -341 lines 0 comments Download
D ash/common/system/chromeos/network/tray_network_state_observer.h View 1 1 chunk +0 lines, -61 lines 0 comments Download
D ash/common/system/chromeos/network/tray_network_state_observer.cc View 1 1 chunk +0 lines, -96 lines 0 comments Download
D ash/common/system/chromeos/network/tray_vpn.h View 1 1 chunk +0 lines, -51 lines 0 comments Download
D ash/common/system/chromeos/network/tray_vpn.cc View 1 1 chunk +0 lines, -206 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list.h View 1 1 chunk +0 lines, -101 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list.cc View 1 1 chunk +0 lines, -83 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list_unittest.cc View 1 1 chunk +0 lines, -99 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list_view.h View 1 1 chunk +0 lines, -92 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list_view.cc View 1 1 chunk +0 lines, -440 lines 0 comments Download
D ash/common/system/chromeos/palette/common_palette_tool.h View 1 1 chunk +0 lines, -54 lines 0 comments Download
D ash/common/system/chromeos/palette/common_palette_tool.cc View 1 1 chunk +0 lines, -112 lines 0 comments Download
D ash/common/system/chromeos/palette/mock_palette_tool_delegate.h View 1 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/system/chromeos/palette/mock_palette_tool_delegate.cc View 1 1 chunk +0 lines, -13 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_ids.h View 1 1 chunk +0 lines, -68 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_ids.cc View 1 1 chunk +0 lines, -76 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_tool.h View 1 1 chunk +0 lines, -120 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_tool.cc View 1 1 chunk +0 lines, -44 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_tool_manager.h View 1 1 chunk +0 lines, -125 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_tool_manager.cc View 1 1 chunk +0 lines, -153 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_tool_manager_unittest.cc View 1 1 chunk +0 lines, -137 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_tray.h View 1 1 chunk +0 lines, -144 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_tray.cc View 1 1 chunk +0 lines, -437 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_utils.h View 1 1 chunk +0 lines, -32 lines 0 comments Download
D ash/common/system/chromeos/palette/palette_utils.cc View 1 1 chunk +0 lines, -56 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/capture_region_mode.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/capture_region_mode.cc View 1 1 chunk +0 lines, -78 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/capture_screen_action.h View 1 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/capture_screen_action.cc View 1 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/create_note_action.h View 1 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/create_note_action.cc View 1 1 chunk +0 lines, -50 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/create_note_unittest.cc View 1 1 chunk +0 lines, -77 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/laser_pointer_mode.h View 1 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/laser_pointer_mode.cc View 1 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/magnifier_mode.h View 1 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/magnifier_mode.cc View 1 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/system/chromeos/palette/tools/screenshot_unittest.cc View 1 1 chunk +0 lines, -81 lines 0 comments Download
D ash/common/system/chromeos/power/battery_notification.h View 1 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/system/chromeos/power/battery_notification.cc View 1 1 chunk +0 lines, -111 lines 0 comments Download
D ash/common/system/chromeos/power/dual_role_notification.h View 1 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/system/chromeos/power/dual_role_notification.cc View 1 1 chunk +0 lines, -157 lines 0 comments Download
D ash/common/system/chromeos/power/power_status.h View 1 1 chunk +0 lines, -265 lines 0 comments Download
D ash/common/system/chromeos/power/power_status.cc View 1 1 chunk +0 lines, -518 lines 0 comments Download
D ash/common/system/chromeos/power/power_status_unittest.cc View 1 1 chunk +0 lines, -319 lines 0 comments Download
D ash/common/system/chromeos/power/power_status_view.h View 1 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/system/chromeos/power/power_status_view.cc View 1 1 chunk +0 lines, -176 lines 0 comments Download
D ash/common/system/chromeos/power/power_status_view_unittest.cc View 1 1 chunk +0 lines, -119 lines 0 comments Download
D ash/common/system/chromeos/power/tray_power.h View 1 1 chunk +0 lines, -117 lines 0 comments Download
D ash/common/system/chromeos/power/tray_power.cc View 1 1 chunk +0 lines, -363 lines 0 comments Download
D ash/common/system/chromeos/power/tray_power_unittest.cc View 1 1 chunk +0 lines, -434 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_capture_observer.h View 1 1 chunk +0 lines, -29 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_capture_tray_item.h View 1 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_capture_tray_item.cc View 1 1 chunk +0 lines, -108 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_share_observer.h View 1 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_share_tray_item.h View 1 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_share_tray_item.cc View 1 1 chunk +0 lines, -97 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_tray_item.h View 1 1 chunk +0 lines, -140 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_tray_item.cc View 1 1 chunk +0 lines, -195 lines 0 comments Download
D ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc View 1 1 chunk +0 lines, -223 lines 0 comments Download
D ash/common/system/chromeos/session/last_window_closed_observer.h View 1 1 chunk +0 lines, -22 lines 0 comments Download
D ash/common/system/chromeos/session/logout_button_observer.h View 1 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/system/chromeos/session/logout_button_tray.h View 1 1 chunk +0 lines, -58 lines 0 comments Download
D ash/common/system/chromeos/session/logout_button_tray.cc View 1 1 chunk +0 lines, -132 lines 0 comments Download
D ash/common/system/chromeos/session/logout_confirmation_controller.h View 1 1 chunk +0 lines, -80 lines 0 comments Download
D ash/common/system/chromeos/session/logout_confirmation_controller.cc View 1 1 chunk +0 lines, -108 lines 0 comments Download
D ash/common/system/chromeos/session/logout_confirmation_controller_unittest.cc View 1 1 chunk +0 lines, -154 lines 0 comments Download
D ash/common/system/chromeos/session/logout_confirmation_dialog.h View 1 1 chunk +0 lines, -57 lines 0 comments Download
D ash/common/system/chromeos/session/logout_confirmation_dialog.cc View 1 1 chunk +0 lines, -122 lines 0 comments Download
D ash/common/system/chromeos/session/session_length_limit_observer.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/system/chromeos/session/tray_session_length_limit.h View 1 1 chunk +0 lines, -75 lines 0 comments Download
D ash/common/system/chromeos/session/tray_session_length_limit.cc View 1 1 chunk +0 lines, -196 lines 0 comments Download
D ash/common/system/chromeos/session/tray_session_length_limit_unittest.cc View 1 1 chunk +0 lines, -157 lines 0 comments Download
D ash/common/system/chromeos/settings/tray_settings.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/system/chromeos/settings/tray_settings.cc View 1 1 chunk +0 lines, -176 lines 0 comments Download
D ash/common/system/chromeos/supervised/custodian_info_tray_observer.h View 1 1 chunk +0 lines, -23 lines 0 comments Download
D ash/common/system/chromeos/supervised/tray_supervised_user.h View 1 1 chunk +0 lines, -65 lines 0 comments Download
D ash/common/system/chromeos/supervised/tray_supervised_user.cc View 1 1 chunk +0 lines, -132 lines 0 comments Download
D ash/common/system/chromeos/supervised/tray_supervised_user_unittest.cc View 1 1 chunk +0 lines, -76 lines 0 comments Download
D ash/common/system/chromeos/system_clock_observer.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
D ash/common/system/chromeos/system_clock_observer.cc View 1 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/system/chromeos/tray_caps_lock.h View 1 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/system/chromeos/tray_caps_lock.cc View 1 1 chunk +0 lines, -232 lines 0 comments Download
D ash/common/system/chromeos/tray_tracing.h View 1 1 chunk +0 lines, -54 lines 0 comments Download
D ash/common/system/chromeos/tray_tracing.cc View 1 1 chunk +0 lines, -114 lines 0 comments Download
D ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h View 1 1 chunk +0 lines, -22 lines 0 comments Download
D ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h View 1 1 chunk +0 lines, -59 lines 0 comments Download
D ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc View 1 1 chunk +0 lines, -125 lines 0 comments Download
D ash/common/system/date/clock_observer.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/system/date/date_default_view.h View 1 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/system/date/date_default_view.cc View 1 1 chunk +0 lines, -146 lines 0 comments Download
D ash/common/system/date/date_view.h View 1 1 chunk +0 lines, -158 lines 0 comments Download
D ash/common/system/date/date_view.cc View 1 1 chunk +0 lines, -408 lines 0 comments Download
D ash/common/system/date/date_view_unittest.cc View 1 1 chunk +0 lines, -64 lines 0 comments Download
D ash/common/system/date/system_info_default_view.h View 1 1 chunk +0 lines, -58 lines 0 comments Download
D ash/common/system/date/system_info_default_view.cc View 1 1 chunk +0 lines, -95 lines 0 comments Download
D ash/common/system/date/system_info_default_view_unittest.cc View 1 1 chunk +0 lines, -77 lines 0 comments Download
D ash/common/system/date/tray_date.h View 1 1 chunk +0 lines, -76 lines 0 comments Download
D ash/common/system/date/tray_date.cc View 1 1 chunk +0 lines, -126 lines 0 comments Download
D ash/common/system/date/tray_system_info.h View 1 1 chunk +0 lines, -67 lines 0 comments Download
D ash/common/system/date/tray_system_info.cc View 1 1 chunk +0 lines, -113 lines 0 comments Download
D ash/common/system/ime/ime_observer.h View 1 1 chunk +0 lines, -27 lines 0 comments Download
D ash/common/system/ime/tray_ime_chromeos.h View 1 1 chunk +0 lines, -102 lines 0 comments Download
D ash/common/system/ime/tray_ime_chromeos.cc View 1 1 chunk +0 lines, -385 lines 0 comments Download
D ash/common/system/ime/tray_ime_chromeos_unittest.cc View 1 1 chunk +0 lines, -204 lines 0 comments Download
D ash/common/system/keyboard_brightness_control_delegate.h View 1 1 chunk +0 lines, -29 lines 0 comments Download
D ash/common/system/locale/locale_notification_controller.h View 1 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/system/locale/locale_notification_controller.cc View 1 1 chunk +0 lines, -132 lines 0 comments Download
D ash/common/system/networking_config_delegate.h View 1 1 chunk +0 lines, -47 lines 0 comments Download
D ash/common/system/networking_config_delegate.cc View 1 1 chunk +0 lines, -15 lines 0 comments Download
D ash/common/system/overview/overview_button_tray.h View 1 1 chunk +0 lines, -73 lines 0 comments Download
D ash/common/system/overview/overview_button_tray.cc View 1 1 chunk +0 lines, -128 lines 0 comments Download
D ash/common/system/status_area_layout_manager.h View 1 1 chunk +0 lines, -44 lines 0 comments Download
D ash/common/system/status_area_layout_manager.cc View 1 1 chunk +0 lines, -63 lines 0 comments Download
D ash/common/system/status_area_widget.h View 1 1 chunk +0 lines, -111 lines 0 comments Download
D ash/common/system/status_area_widget.cc View 1 1 chunk +0 lines, -234 lines 0 comments Download
D ash/common/system/status_area_widget_delegate.h View 1 1 chunk +0 lines, -73 lines 0 comments Download
D ash/common/system/status_area_widget_delegate.cc View 1 1 chunk +0 lines, -199 lines 0 comments Download
D ash/common/system/system_notifier.h View 1 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/system/system_notifier.cc View 1 1 chunk +0 lines, -89 lines 0 comments Download
D ash/common/system/tiles/tiles_default_view.h View 1 1 chunk +0 lines, -61 lines 0 comments Download
D ash/common/system/tiles/tiles_default_view.cc View 1 1 chunk +0 lines, -141 lines 0 comments Download
D ash/common/system/tiles/tray_tiles.h View 1 1 chunk +0 lines, -44 lines 0 comments Download
D ash/common/system/tiles/tray_tiles.cc View 1 1 chunk +0 lines, -44 lines 0 comments Download
D ash/common/system/tiles/tray_tiles_unittest.cc View 1 1 chunk +0 lines, -92 lines 0 comments Download
D ash/common/system/toast/OWNERS View 1 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/system/toast/toast_data.h View 1 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/system/toast/toast_data.cc View 1 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/system/toast/toast_manager.h View 1 1 chunk +0 lines, -58 lines 0 comments Download
D ash/common/system/toast/toast_manager.cc View 1 1 chunk +0 lines, -97 lines 0 comments Download
D ash/common/system/toast/toast_overlay.h View 1 1 chunk +0 lines, -79 lines 0 comments Download
D ash/common/system/toast/toast_overlay.cc View 1 1 chunk +0 lines, -310 lines 0 comments Download
D ash/common/system/tray/actionable_view.h View 1 1 chunk +0 lines, -115 lines 0 comments Download
D ash/common/system/tray/actionable_view.cc View 1 1 chunk +0 lines, -141 lines 0 comments Download
D ash/common/system/tray/default_system_tray_delegate.h View 1 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/system/tray/default_system_tray_delegate.cc View 1 1 chunk +0 lines, -63 lines 0 comments Download
D ash/common/system/tray/fixed_sized_image_view.h View 1 1 chunk +0 lines, -32 lines 0 comments Download
D ash/common/system/tray/fixed_sized_image_view.cc View 1 1 chunk +0 lines, -20 lines 0 comments Download
D ash/common/system/tray/hover_highlight_view.h View 1 1 chunk +0 lines, -195 lines 0 comments Download
D ash/common/system/tray/hover_highlight_view.cc View 1 1 chunk +0 lines, -396 lines 0 comments Download
D ash/common/system/tray/ime_info.h View 1 1 chunk +0 lines, -64 lines 0 comments Download
D ash/common/system/tray/ime_info.cc View 1 1 chunk +0 lines, -19 lines 0 comments Download
D ash/common/system/tray/label_tray_view.h View 1 1 chunk +0 lines, -37 lines 0 comments Download
D ash/common/system/tray/label_tray_view.cc View 1 1 chunk +0 lines, -99 lines 0 comments Download
D ash/common/system/tray/size_range_layout.h View 1 1 chunk +0 lines, -116 lines 0 comments Download
D ash/common/system/tray/size_range_layout.cc View 1 1 chunk +0 lines, -97 lines 0 comments Download
D ash/common/system/tray/size_range_layout_unittest.cc View 1 1 chunk +0 lines, -189 lines 0 comments Download
D ash/common/system/tray/special_popup_row.h View 1 1 chunk +0 lines, -67 lines 0 comments Download
D ash/common/system/tray/special_popup_row.cc View 1 1 chunk +0 lines, -155 lines 0 comments Download
D ash/common/system/tray/system_menu_button.h View 1 1 chunk +0 lines, -74 lines 0 comments Download
D ash/common/system/tray/system_menu_button.cc View 1 1 chunk +0 lines, -89 lines 0 comments Download
D ash/common/system/tray/system_tray.h View 1 1 chunk +0 lines, -256 lines 0 comments Download
D ash/common/system/tray/system_tray.cc View 1 1 chunk +0 lines, -776 lines 0 comments Download
D ash/common/system/tray/system_tray_bubble.h View 1 1 chunk +0 lines, -86 lines 0 comments Download
D ash/common/system/tray/system_tray_bubble.cc View 1 1 chunk +0 lines, -368 lines 0 comments Download
D ash/common/system/tray/system_tray_controller.h View 1 1 chunk +0 lines, -82 lines 0 comments Download
D ash/common/system/tray/system_tray_controller.cc View 1 1 chunk +0 lines, -181 lines 0 comments Download
D ash/common/system/tray/system_tray_delegate.h View 1 1 chunk +0 lines, -206 lines 0 comments Download
D ash/common/system/tray/system_tray_delegate.cc View 1 1 chunk +0 lines, -153 lines 0 comments Download
D ash/common/system/tray/system_tray_item.h View 1 1 chunk +0 lines, -159 lines 0 comments Download
D ash/common/system/tray/system_tray_item.cc View 1 1 chunk +0 lines, -68 lines 0 comments Download
D ash/common/system/tray/system_tray_notifier.h View 1 1 chunk +0 lines, -160 lines 0 comments Download
D ash/common/system/tray/system_tray_notifier.cc View 1 1 chunk +0 lines, -299 lines 0 comments Download
D ash/common/system/tray/system_tray_unittest.cc View 1 1 chunk +0 lines, -562 lines 0 comments Download
D ash/common/system/tray/throbber_view.h View 1 1 chunk +0 lines, -64 lines 0 comments Download
D ash/common/system/tray/throbber_view.cc View 1 1 chunk +0 lines, -97 lines 0 comments Download
D ash/common/system/tray/tray_background_view.h View 1 1 chunk +0 lines, -197 lines 0 comments Download
D ash/common/system/tray/tray_background_view.cc View 1 1 chunk +0 lines, -622 lines 0 comments Download
D ash/common/system/tray/tray_bubble_wrapper.h View 1 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/system/tray/tray_bubble_wrapper.cc View 1 1 chunk +0 lines, -56 lines 0 comments Download
D ash/common/system/tray/tray_constants.h View 1 1 chunk +0 lines, -158 lines 0 comments Download
D ash/common/system/tray/tray_constants.cc View 1 1 chunk +0 lines, -115 lines 0 comments Download
D ash/common/system/tray/tray_details_view.h View 1 1 chunk +0 lines, -145 lines 0 comments Download
D ash/common/system/tray/tray_details_view.cc View 1 1 chunk +0 lines, -510 lines 0 comments Download
D ash/common/system/tray/tray_details_view_unittest.cc View 1 1 chunk +0 lines, -248 lines 0 comments Download
D ash/common/system/tray/tray_event_filter.h View 1 1 chunk +0 lines, -50 lines 0 comments Download
D ash/common/system/tray/tray_event_filter.cc View 1 1 chunk +0 lines, -96 lines 0 comments Download
D ash/common/system/tray/tray_image_item.h View 1 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/system/tray/tray_image_item.cc View 1 1 chunk +0 lines, -78 lines 0 comments Download
D ash/common/system/tray/tray_item_more.h View 1 1 chunk +0 lines, -75 lines 0 comments Download
D ash/common/system/tray/tray_item_more.cc View 1 1 chunk +0 lines, -93 lines 0 comments Download
D ash/common/system/tray/tray_item_view.h View 1 1 chunk +0 lines, -78 lines 0 comments Download
D ash/common/system/tray/tray_item_view.cc View 1 1 chunk +0 lines, -150 lines 0 comments Download
D ash/common/system/tray/tray_notification_view.h View 1 1 chunk +0 lines, -39 lines 0 comments Download
D ash/common/system/tray/tray_notification_view.cc View 1 1 chunk +0 lines, -96 lines 0 comments Download
D ash/common/system/tray/tray_popup_header_button.h View 1 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/system/tray/tray_popup_header_button.cc View 1 1 chunk +0 lines, -86 lines 0 comments Download
D ash/common/system/tray/tray_popup_ink_drop_style.h View 1 1 chunk +0 lines, -27 lines 0 comments Download
D ash/common/system/tray/tray_popup_item_container.h View 1 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/system/tray/tray_popup_item_container.cc View 1 1 chunk +0 lines, -77 lines 0 comments Download
D ash/common/system/tray/tray_popup_item_style.h View 1 1 chunk +0 lines, -83 lines 0 comments Download
D ash/common/system/tray/tray_popup_item_style.cc View 1 1 chunk +0 lines, -103 lines 0 comments Download
D ash/common/system/tray/tray_popup_utils.h View 1 1 chunk +0 lines, -221 lines 0 comments Download
D ash/common/system/tray/tray_popup_utils.cc View 1 1 chunk +0 lines, -437 lines 0 comments Download
D ash/common/system/tray/tray_utils.h View 1 1 chunk +0 lines, -35 lines 0 comments Download
D ash/common/system/tray/tray_utils.cc View 1 1 chunk +0 lines, -74 lines 0 comments Download
D ash/common/system/tray/tri_view.h View 1 1 chunk +0 lines, -157 lines 0 comments Download
D ash/common/system/tray/tri_view.cc View 1 1 chunk +0 lines, -179 lines 0 comments Download
D ash/common/system/tray/tri_view_unittest.cc View 1 1 chunk +0 lines, -380 lines 0 comments Download
D ash/common/system/tray/view_click_listener.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/system/tray_accessibility.h View 1 1 chunk +0 lines, -151 lines 0 comments Download
D ash/common/system/tray_accessibility.cc View 1 1 chunk +0 lines, -444 lines 0 comments Download
D ash/common/system/update/tray_update.h View 1 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/system/update/tray_update.cc View 1 1 chunk +0 lines, -136 lines 0 comments Download
D ash/common/system/update/tray_update_unittest.cc View 1 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/system/user/button_from_view.h View 1 1 chunk +0 lines, -76 lines 0 comments Download
D ash/common/system/user/button_from_view.cc View 1 1 chunk +0 lines, -133 lines 0 comments Download
D ash/common/system/user/login_status.h View 1 1 chunk +0 lines, -20 lines 0 comments Download
D ash/common/system/user/login_status.cc View 1 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/system/user/rounded_image_view.h View 1 1 chunk +0 lines, -50 lines 0 comments Download
D ash/common/system/user/rounded_image_view.cc View 1 1 chunk +0 lines, -71 lines 0 comments Download
D ash/common/system/user/tray_user.h View 1 1 chunk +0 lines, -95 lines 0 comments Download
D ash/common/system/user/tray_user.cc View 1 1 chunk +0 lines, -262 lines 0 comments Download
D ash/common/system/user/tray_user_unittest.cc View 1 1 chunk +0 lines, -254 lines 0 comments Download
D ash/common/system/user/user_card_view.h View 1 1 chunk +0 lines, -60 lines 0 comments Download
D ash/common/system/user/user_card_view.cc View 1 1 chunk +0 lines, -470 lines 0 comments Download
D ash/common/system/user/user_observer.h View 1 1 chunk +0 lines, -25 lines 0 comments Download
D ash/common/system/user/user_view.h View 1 1 chunk +0 lines, -96 lines 0 comments Download
D ash/common/system/user/user_view.cc View 1 1 chunk +0 lines, -400 lines 0 comments Download
D ash/common/system/web_notification/ash_popup_alignment_delegate.h View 1 1 chunk +0 lines, -94 lines 0 comments Download
D ash/common/system/web_notification/ash_popup_alignment_delegate.cc View 1 1 chunk +0 lines, -168 lines 0 comments Download
D ash/common/system/web_notification/web_notification_tray.h View 1 1 chunk +0 lines, -190 lines 0 comments Download
D ash/common/system/web_notification/web_notification_tray.cc View 1 1 chunk +0 lines, -662 lines 0 comments Download
M ash/common/test/ash_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/test/test_system_tray_delegate.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/test/wm_shell_test_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/maximize_mode/maximize_mode_event_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/overview/window_selector_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm_shell.cc View 1 2 chunks +11 lines, -11 lines 0 comments Download
M ash/content/display/screen_orientation_controller_chromeos_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_error_observer_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_error_observer_chromeos_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_util.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/display/resolution_notification_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/display/window_tree_host_manager.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/extended_desktop_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/first_run/first_run_helper_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/focus_cycler_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ash/laser/laser_pointer_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/magnifier/magnification_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/magnifier/partial_magnification_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/mus/network_connect_delegate_mus.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/system_tray_delegate_mus.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/system_tray_delegate_mus.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/window_manager_application.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/root_window_controller.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ash/shelf/shelf_view_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/shelf/shelf_widget_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/shell/window_type_launcher.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/DEPS View 1 1 chunk +2 lines, -3 lines 0 comments Download
A + ash/system/accessibility_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/audio/audio_detailed_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/audio/audio_detailed_view.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/audio/tray_audio.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/audio/tray_audio.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/system/audio/tray_audio_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/audio/tray_audio_delegate_chromeos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/audio/tray_audio_delegate_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/audio/tray_audio_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/audio/volume_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/audio/volume_view.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/bluetooth/bluetooth_notification_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/bluetooth/bluetooth_notification_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/bluetooth/bluetooth_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/bluetooth/tray_bluetooth.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/bluetooth/tray_bluetooth.cc View 1 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/system/brightness/brightness_controller_chromeos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/brightness/brightness_controller_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/brightness/tray_brightness.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/brightness/tray_brightness.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/brightness/tray_brightness_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/brightness_control_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/cast/tray_cast.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/cast/tray_cast.cc View 1 2 chunks +12 lines, -12 lines 0 comments Download
D ash/system/chromeos/DEPS View 1 1 chunk +0 lines, -4 lines 0 comments Download
D ash/system/chromeos/power/power_event_observer.h View 1 1 chunk +0 lines, -57 lines 0 comments Download
D ash/system/chromeos/power/power_event_observer.cc View 1 1 chunk +0 lines, -165 lines 0 comments Download
D ash/system/chromeos/power/power_event_observer_unittest.cc View 1 1 chunk +0 lines, -163 lines 0 comments Download
D ash/system/chromeos/power/tablet_power_button_controller.h View 1 1 chunk +0 lines, -139 lines 0 comments Download
D ash/system/chromeos/power/tablet_power_button_controller.cc View 1 1 chunk +0 lines, -265 lines 0 comments Download
D ash/system/chromeos/power/tablet_power_button_controller_unittest.cc View 1 1 chunk +0 lines, -481 lines 0 comments Download
D ash/system/chromeos/power/video_activity_notifier.h View 1 1 chunk +0 lines, -63 lines 0 comments Download
D ash/system/chromeos/power/video_activity_notifier.cc View 1 1 chunk +0 lines, -83 lines 0 comments Download
D ash/system/chromeos/power/video_activity_notifier_unittest.cc View 1 1 chunk +0 lines, -113 lines 0 comments Download
D ash/system/chromeos/rotation/tray_rotation_lock.h View 1 1 chunk +0 lines, -64 lines 0 comments Download
D ash/system/chromeos/rotation/tray_rotation_lock.cc View 1 1 chunk +0 lines, -219 lines 0 comments Download
D ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc View 1 1 chunk +0 lines, -267 lines 0 comments Download
D ash/system/chromeos/screen_layout_observer.h View 1 1 chunk +0 lines, -87 lines 0 comments Download
D ash/system/chromeos/screen_layout_observer.cc View 1 1 chunk +0 lines, -424 lines 0 comments Download
D ash/system/chromeos/screen_layout_observer_unittest.cc View 1 1 chunk +0 lines, -443 lines 0 comments Download
A + ash/system/date/clock_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/date/date_default_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/date/date_default_view.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/date/date_view.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/date/date_view.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/system/date/date_view_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/date/system_info_default_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/date/system_info_default_view.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/date/system_info_default_view_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/date/tray_date.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/date/tray_date.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/date/tray_system_info.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/date/tray_system_info.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/devicetype_utils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/devicetype_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/enterprise/enterprise_domain_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/enterprise/tray_enterprise.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/system/enterprise/tray_enterprise.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/ime/ime_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/ime/tray_ime_chromeos.h View 1 2 chunks +9 lines, -9 lines 0 comments Download
A + ash/system/ime/tray_ime_chromeos.cc View 1 1 chunk +15 lines, -15 lines 0 comments Download
A + ash/system/ime/tray_ime_chromeos_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/ime_menu/ime_list_view.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/ime_menu/ime_list_view.cc View 1 1 chunk +11 lines, -11 lines 0 comments Download
A + ash/system/ime_menu/ime_menu_tray.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
A + ash/system/ime_menu/ime_menu_tray.cc View 1 2 chunks +11 lines, -11 lines 0 comments Download
A + ash/system/ime_menu/ime_menu_tray_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/keyboard_brightness_control_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/keyboard_brightness_controller.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/keyboard_brightness_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/locale/locale_notification_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/locale/locale_notification_controller.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/media_security/multi_profile_media_tray_item.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/media_security/multi_profile_media_tray_item.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/media_security/multi_profile_media_tray_item_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/network/DEPS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/system/network/network_detailed_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/network/network_icon.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_icon.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/network/network_icon_animation.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_icon_animation.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/network/network_icon_animation_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_info.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_info.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/network/network_list.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/network/network_list.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/network/network_list_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_list_md.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
A + ash/system/network/network_list_md.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/network/network_list_view_base.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_list_view_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/network/network_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_portal_detector_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/network_state_list_detailed_view.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/network/network_state_list_detailed_view.cc View 1 1 chunk +21 lines, -21 lines 0 comments Download
A + ash/system/network/sms_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/sms_observer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/network/sms_observer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/network/tray_network.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
A + ash/system/network/tray_network.cc View 1 1 chunk +14 lines, -14 lines 0 comments Download
A + ash/system/network/tray_network_state_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/tray_network_state_observer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/network/tray_vpn.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/network/tray_vpn.cc View 1 1 chunk +11 lines, -11 lines 0 comments Download
A + ash/system/network/vpn_list.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/network/vpn_list.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/network/vpn_list_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/network/vpn_list_view.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/system/network/vpn_list_view.cc View 1 2 chunks +13 lines, -13 lines 0 comments Download
A + ash/system/networking_config_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/networking_config_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/overview/overview_button_tray.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/overview/overview_button_tray.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/overview/overview_button_tray_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + ash/system/palette/common_palette_tool.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/palette/common_palette_tool.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/system/palette/mock_palette_tool_delegate.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/palette/mock_palette_tool_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/palette/palette_ids.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/palette/palette_ids.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/palette/palette_tool.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/palette/palette_tool.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
A + ash/system/palette/palette_tool_manager.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/palette/palette_tool_manager.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/palette/palette_tool_manager_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/palette/palette_tray.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/palette/palette_tray.cc View 1 2 chunks +10 lines, -10 lines 0 comments Download
A + ash/system/palette/palette_utils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/palette/palette_utils.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/palette/tools/capture_region_mode.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/palette/tools/capture_region_mode.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/palette/tools/capture_screen_action.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/palette/tools/capture_screen_action.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/palette/tools/create_note_action.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/palette/tools/create_note_action.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/palette/tools/create_note_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/palette/tools/laser_pointer_mode.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/palette/tools/laser_pointer_mode.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/palette/tools/magnifier_mode.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/palette/tools/magnifier_mode.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/palette/tools/screenshot_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/power/battery_notification.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/power/battery_notification.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/power/dual_role_notification.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/power/dual_role_notification.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/power/power_event_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/power/power_event_observer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/power/power_event_observer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/power/power_status.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/power/power_status.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/power/power_status_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/power/power_status_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/power/power_status_view.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/power/power_status_view_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/power/tablet_power_button_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/power/tablet_power_button_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/power/tablet_power_button_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/power/tray_power.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/power/tray_power.cc View 1 1 chunk +10 lines, -10 lines 0 comments Download
A + ash/system/power/tray_power_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/power/video_activity_notifier.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/power/video_activity_notifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/power/video_activity_notifier_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/rotation/tray_rotation_lock.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/rotation/tray_rotation_lock.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/rotation/tray_rotation_lock_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/screen_layout_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/screen_layout_observer.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/screen_layout_observer_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/screen_security/screen_capture_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/screen_security/screen_capture_tray_item.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/screen_security/screen_capture_tray_item.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/screen_security/screen_share_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/screen_security/screen_share_tray_item.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/screen_security/screen_share_tray_item.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/screen_security/screen_tray_item.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
A + ash/system/screen_security/screen_tray_item.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/screen_security/screen_tray_item_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/session/last_window_closed_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/session/logout_button_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/session/logout_button_tray.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/session/logout_button_tray.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/session/logout_confirmation_controller.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/session/logout_confirmation_controller.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/session/logout_confirmation_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/session/logout_confirmation_dialog.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/session/logout_confirmation_dialog.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/session/session_length_limit_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/session/tray_session_length_limit.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/session/tray_session_length_limit.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/system/session/tray_session_length_limit_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/settings/tray_settings.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/settings/tray_settings.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
A + ash/system/status_area_layout_manager.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/status_area_layout_manager.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/status_area_widget.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/status_area_widget.cc View 1 1 chunk +11 lines, -11 lines 0 comments Download
A + ash/system/status_area_widget_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/status_area_widget_delegate.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/supervised/custodian_info_tray_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/supervised/tray_supervised_user.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/system/supervised/tray_supervised_user.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/supervised/tray_supervised_user_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/system_clock_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/system_clock_observer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/system_notifier.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/system_notifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tiles/tiles_default_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tiles/tiles_default_view.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/tiles/tray_tiles.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tiles/tray_tiles.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/tiles/tray_tiles_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/toast/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/system/toast/toast_data.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/toast/toast_data.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/toast/toast_manager.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/toast/toast_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/system/toast/toast_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/toast/toast_overlay.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/toast/toast_overlay.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/actionable_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/actionable_view.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/tray/default_system_tray_delegate.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/default_system_tray_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/fixed_sized_image_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/fixed_sized_image_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/hover_highlight_view.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/tray/hover_highlight_view.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/system/tray/ime_info.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/ime_info.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/label_tray_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/label_tray_view.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/tray/size_range_layout.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/size_range_layout.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/size_range_layout_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/special_popup_row.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/special_popup_row.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/tray/system_menu_button.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/system_menu_button.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/tray/system_tray.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/tray/system_tray.cc View 1 3 chunks +31 lines, -31 lines 0 comments Download
A + ash/system/tray/system_tray_bubble.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/system_tray_bubble.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/tray/system_tray_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/system_tray_controller.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/tray/system_tray_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/system_tray_delegate.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/tray/system_tray_item.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/system_tray_item.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/tray/system_tray_notifier.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/system_tray_notifier.cc View 1 1 chunk +17 lines, -17 lines 0 comments Download
A + ash/system/tray/system_tray_unittest.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
A + ash/system/tray/throbber_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/throbber_view.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/tray/tray_background_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/tray_background_view.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/tray_bubble_wrapper.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_bubble_wrapper.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_constants.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_constants.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/tray_details_view.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/system/tray/tray_details_view.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/tray/tray_details_view_unittest.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/tray/tray_event_filter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_event_filter.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_image_item.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/tray_image_item.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/system/tray/tray_item_more.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray/tray_item_more.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/system/tray/tray_item_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_item_view.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/tray/tray_notification_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_notification_view.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/tray/tray_popup_header_button.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_popup_header_button.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/tray/tray_popup_ink_drop_style.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_popup_item_container.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_popup_item_container.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/tray/tray_popup_item_style.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_popup_item_style.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/tray_popup_utils.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/system/tray/tray_popup_utils.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/tray/tray_utils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tray_utils.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tri_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray/tri_view.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/tray/tri_view_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/tray/view_click_listener.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/tray_accessibility.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
A + ash/system/tray_accessibility.cc View 1 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/system/tray_caps_lock.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray_caps_lock.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/system/tray_tracing.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/tray_tracing.cc View 1 1 chunk +10 lines, -10 lines 0 comments Download
A + ash/system/update/tray_update.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/update/tray_update.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/system/update/tray_update_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/system/user/button_from_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/user/button_from_view.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/user/login_status.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/user/login_status.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/user/rounded_image_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/user/rounded_image_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/user/tray_user.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/user/tray_user.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
A + ash/system/user/tray_user_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/system/user/user_card_view.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/user/user_card_view.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/system/user/user_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/user/user_view.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/system/user/user_view.cc View 1 3 chunks +11 lines, -11 lines 0 comments Download
A + ash/system/virtual_keyboard/virtual_keyboard_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/virtual_keyboard/virtual_keyboard_tray.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/virtual_keyboard/virtual_keyboard_tray.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/system/web_notification/ash_popup_alignment_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/system/web_notification/ash_popup_alignment_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + ash/system/web_notification/web_notification_tray.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/system/web_notification/web_notification_tray.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M ash/test/ash_test_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/test/status_area_widget_test_helper.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_system_tray_item.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/test/tray_cast_test_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/test/tray_cast_test_api.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/virtual_keyboard_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/virtual_keyboard_controller_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/power_button_controller.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace_controller_unittest.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/arc/arc_auth_notification.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/arc/arc_support_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/chromeos_first_run_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/drive_first_run_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/hats/hats_notification_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/quick_unlock/quick_unlock_notification_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_browsertest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/user_adding_screen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/net/DEPS View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/net/network_state_notifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/note_taking_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/power/login_lock_state_notifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/shutdown_policy_browsertest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/status/data_promo_notification.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/status/network_menu.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/tray_accessibility_browsertest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/ui/focus_ring_controller.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/ui/low_disk_notification.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/fullscreen_notification_blocker.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/login_state_notification_blocker_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/login_state_notification_blocker_chromeos_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/message_center_notification_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/message_center_settings_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/system_component_notifier_source_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_error_notifier_ash.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_error_notifier_ash.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_screenshot_grabber.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc View 1 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 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_util.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_util_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/networking_config_delegate_chromeos.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/palette_delegate_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_client_browsertest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chromeos.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/network_dropdown.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/network_dropdown.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/power_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/about_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/chromeos/device_power_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/usb/web_usb_detector.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/arc/audio/arc_audio_bridge.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/exo/wm_helper_ash.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/exo/wm_helper_ash.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/disconnect_window_chromeos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/arc/notification/arc_notification_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 9 (5 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2732813002/1
3 years, 9 months ago (2017-03-05 00:48:01 UTC) #2
James Cook
rebase
3 years, 9 months ago (2017-03-05 00:53:31 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2732813002/10001
3 years, 9 months ago (2017-03-05 00:54:11 UTC) #6
commit-bot: I haz the power
3 years, 9 months ago (2017-03-05 02:10:47 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:10001) as
https://chromium.googlesource.com/chromium/src/+/a0c4422bfeaf6b4e06e99394f4d3...

Powered by Google App Engine
This is Rietveld 408576698