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

Issue 2099443002: Migrate simple ash Shell metrics users. (Closed)

Created:
4 years, 6 months ago by msw
Modified:
4 years, 6 months ago
Reviewers:
James Cook, sky
CC:
chromium-reviews, sadrul, dtseng+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, oshima+watch_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate simple ash Shell metrics users. Use WmShell::RecordUserMetricsAction where possible. (nix most ash::Shell uses for UserMetricsRecorder access) Update SessionStateDelegate accessors in touched files. BUG=619636 TEST=Compiles; unit tests; no behavioral changes. R=jamescook@chromium.org,sky@chromium.org Committed: https://crrev.com/76014a371acaa910a826d268cf739d722763c96b Cr-Commit-Position: refs/heads/master@{#401750}

Patch Set 1 #

Patch Set 2 : Update SessionStateDelegate accessors in touched files; cleanup. #

Total comments: 4

Patch Set 3 : Fix win compile error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -256 lines) Patch
M ash/accelerators/exit_warning_handler.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M ash/frame/caption_buttons/frame_caption_button_container_view.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M ash/frame/caption_buttons/frame_size_button.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M ash/metrics/desktop_task_switch_metric_recorder.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ash/shelf/shelf_button_pressed_metric_tracker.cc View 3 chunks +6 lines, -10 lines 0 comments Download
M ash/shelf/shelf_view.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/system/cast/tray_cast.cc View 1 9 chunks +10 lines, -16 lines 0 comments Download
M ash/system/chromeos/audio/tray_audio_chromeos.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M ash/system/chromeos/bluetooth/tray_bluetooth.cc View 1 10 chunks +17 lines, -28 lines 0 comments Download
M ash/system/chromeos/brightness/tray_brightness.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M ash/system/chromeos/keyboard_brightness_controller.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M ash/system/chromeos/network/network_state_list_detailed_view.cc View 8 chunks +18 lines, -20 lines 0 comments Download
M ash/system/chromeos/network/tray_network.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M ash/system/chromeos/network/tray_vpn.cc View 1 3 chunks +4 lines, -8 lines 0 comments Download
M ash/system/chromeos/network/vpn_list_view.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M ash/system/chromeos/tray_caps_lock.cc View 4 chunks +6 lines, -9 lines 0 comments Download
M ash/system/overview/overview_button_tray.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 2 5 chunks +6 lines, -11 lines 0 comments Download
M ash/system/user/user_view.cc View 1 3 chunks +9 lines, -14 lines 0 comments Download
M ash/touch/touch_uma.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M ash/wm/lock_state_controller.cc View 1 6 chunks +9 lines, -11 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_controller.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M ash/wm/panels/panel_window_event_handler.cc View 4 chunks +5 lines, -10 lines 0 comments Download
M ash/wm/window_cycle_controller.cc View 1 3 chunks +5 lines, -7 lines 0 comments Download
M ash/wm/workspace/workspace_event_handler.cc View 4 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 11 chunks +28 lines, -34 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2099443002/20001
4 years, 6 months ago (2016-06-23 20:10:43 UTC) #2
msw
Hey James, please take a look; thanks!
4 years, 6 months ago (2016-06-23 20:15:40 UTC) #5
James Cook
LGTM https://codereview.chromium.org/2099443002/diff/20001/ash/frame/caption_buttons/frame_caption_button_container_view.cc File ash/frame/caption_buttons/frame_caption_button_container_view.cc (right): https://codereview.chromium.org/2099443002/diff/20001/ash/frame/caption_buttons/frame_caption_button_container_view.cc#newcode323 ash/frame/caption_buttons/frame_caption_button_container_view.cc:323: UserMetricsAction action = UMA_WINDOW_MAXIMIZE_BUTTON_CLICK_MINIMIZE; thanks for cleaning up ...
4 years, 6 months ago (2016-06-23 20:23:13 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/210914)
4 years, 6 months ago (2016-06-23 20:40:50 UTC) #8
msw
Scott, please take a look for chrome/* OWNERS; thanks! https://codereview.chromium.org/2099443002/diff/20001/ash/frame/caption_buttons/frame_caption_button_container_view.cc File ash/frame/caption_buttons/frame_caption_button_container_view.cc (right): https://codereview.chromium.org/2099443002/diff/20001/ash/frame/caption_buttons/frame_caption_button_container_view.cc#newcode323 ash/frame/caption_buttons/frame_caption_button_container_view.cc:323: ...
4 years, 6 months ago (2016-06-23 21:08:49 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2099443002/40001
4 years, 6 months ago (2016-06-23 21:09:35 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-23 21:57:38 UTC) #15
sky
LGTM
4 years, 6 months ago (2016-06-23 22:42:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2099443002/40001
4 years, 6 months ago (2016-06-23 23:08:35 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-23 23:15:13 UTC) #21
commit-bot: I haz the power
4 years, 6 months ago (2016-06-23 23:17:17 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/76014a371acaa910a826d268cf739d722763c96b
Cr-Commit-Position: refs/heads/master@{#401750}

Powered by Google App Engine
This is Rietveld 408576698