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

Issue 1377493002: mus: move View Manager to components/mus/vm (Closed)

Created:
5 years, 2 months ago by Fady Samuel
Modified:
5 years, 2 months ago
CC:
chromium-reviews, sadrul, qsr+mojo_chromium.org, droger+watchlist_chromium.org, viettrungluu+watch_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, penghuang+watch-mandoline_chromium.org, kalyank, darin (slow to review), ben+mojo_chromium.org, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mus: move View Manager to components/mus/vm In order to disambiguate view_manager classes from non- view_manager classes, I've moved view_manager code to components/mus/vm. BUG=531533 TBR=jam@chromium.org for trivial pdf_viewer change. Committed: https://crrev.com/1b99651bdfe4303f66342487ef88132ddc5b553f Cr-Commit-Position: refs/heads/master@{#351667}

Patch Set 1 #

Patch Set 2 : Fixed include guards + cleanup #

Patch Set 3 : Added missing components/mus/BUILD.gn file #

Patch Set 4 : Moved components/mus/public back #

Patch Set 5 : Rebased + Fixed mus DEPS #

Patch Set 6 : Another try #

Patch Set 7 : More deps #

Patch Set 8 : Rebased #

Patch Set 9 : Rebased + Fixed Android build #

Patch Set 10 : Rebased + fixed BUILD #

Patch Set 11 : Remove unnecessary dependency in pdf_viewer BUILD.gn #

Patch Set 12 : Fixed DEPS #

Patch Set 13 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -8858 lines) Patch
M components/html_viewer/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M components/html_viewer/html_document.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/html_frame.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M components/mus/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -143 lines 0 comments Download
D components/mus/access_policy.h View 1 chunk +0 lines, -59 lines 0 comments Download
D components/mus/access_policy_delegate.h View 1 chunk +0 lines, -40 lines 0 comments Download
D components/mus/client_connection.h View 1 chunk +0 lines, -57 lines 0 comments Download
D components/mus/client_connection.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D components/mus/connection_manager.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -262 lines 0 comments Download
D components/mus/connection_manager.cc View 1 chunk +0 lines, -467 lines 0 comments Download
D components/mus/connection_manager_delegate.h View 1 chunk +0 lines, -48 lines 0 comments Download
D components/mus/default_access_policy.h View 1 chunk +0 lines, -57 lines 0 comments Download
D components/mus/default_access_policy.cc View 1 chunk +0 lines, -146 lines 0 comments Download
D components/mus/display_manager.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -149 lines 0 comments Download
D components/mus/display_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -349 lines 0 comments Download
D components/mus/display_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -46 lines 0 comments Download
D components/mus/display_manager_factory.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -31 lines 0 comments Download
D components/mus/event_dispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -83 lines 0 comments Download
D components/mus/event_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -155 lines 0 comments Download
D components/mus/focus_controller.h View 1 chunk +0 lines, -52 lines 0 comments Download
D components/mus/focus_controller.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D components/mus/focus_controller_delegate.h View 1 chunk +0 lines, -23 lines 0 comments Download
D components/mus/focus_controller_unittest.cc View 1 chunk +0 lines, -107 lines 0 comments Download
M components/mus/gles2/BUILD.gn View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M components/mus/gles2/command_buffer_type_conversions.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D components/mus/ids.h View 1 chunk +0 lines, -54 lines 0 comments Download
M components/mus/mus_app.h View 1 2 3 4 5 6 7 8 2 chunks +1 line, -3 lines 0 comments Download
M components/mus/mus_app.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -5 lines 0 comments Download
D components/mus/server_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -155 lines 0 comments Download
D components/mus/server_view.cc View 1 chunk +0 lines, -314 lines 0 comments Download
D components/mus/server_view_delegate.h View 1 chunk +0 lines, -40 lines 0 comments Download
D components/mus/server_view_drawn_tracker.h View 1 chunk +0 lines, -56 lines 0 comments Download
D components/mus/server_view_drawn_tracker.cc View 1 chunk +0 lines, -72 lines 0 comments Download
D components/mus/server_view_drawn_tracker_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
D components/mus/server_view_drawn_tracker_unittest.cc View 1 chunk +0 lines, -139 lines 0 comments Download
D components/mus/server_view_observer.h View 1 chunk +0 lines, -70 lines 0 comments Download
D components/mus/test_change_tracker.h View 1 chunk +0 lines, -156 lines 0 comments Download
D components/mus/test_change_tracker.cc View 1 chunk +0 lines, -328 lines 0 comments Download
D components/mus/test_server_view_delegate.h View 1 chunk +0 lines, -35 lines 0 comments Download
D components/mus/test_server_view_delegate.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D components/mus/view_coordinate_conversions.h View 1 chunk +0 lines, -35 lines 0 comments Download
D components/mus/view_coordinate_conversions.cc View 1 chunk +0 lines, -69 lines 0 comments Download
D components/mus/view_coordinate_conversions_unittest.cc View 1 chunk +0 lines, -58 lines 0 comments Download
D components/mus/view_manager_client_apptest.cc View 1 chunk +0 lines, -829 lines 0 comments Download
D components/mus/view_tree_apptest.cc View 1 chunk +0 lines, -1679 lines 0 comments Download
D components/mus/view_tree_host_connection.h View 1 chunk +0 lines, -82 lines 0 comments Download
D components/mus/view_tree_host_connection.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D components/mus/view_tree_host_delegate.h View 1 chunk +0 lines, -35 lines 0 comments Download
D components/mus/view_tree_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -125 lines 0 comments Download
D components/mus/view_tree_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -242 lines 0 comments Download
D components/mus/view_tree_impl.h View 1 chunk +0 lines, -252 lines 0 comments Download
D components/mus/view_tree_impl.cc View 1 chunk +0 lines, -682 lines 0 comments Download
D components/mus/view_tree_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -451 lines 0 comments Download
A + components/mus/vm/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +2 lines, -36 lines 0 comments Download
A + components/mus/vm/access_policy.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/access_policy_delegate.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/client_connection.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/client_connection.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + components/mus/vm/connection_manager.h View 1 2 3 4 5 6 7 3 chunks +8 lines, -8 lines 0 comments Download
A + components/mus/vm/connection_manager.cc View 1 2 chunks +11 lines, -14 lines 0 comments Download
A + components/mus/vm/connection_manager_delegate.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/default_access_policy.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/default_access_policy.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + components/mus/vm/display_manager.h View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/display_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +9 lines, -12 lines 0 comments Download
A + components/mus/vm/display_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/display_manager_factory.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/event_dispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/event_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -6 lines 0 comments Download
A + components/mus/vm/focus_controller.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/focus_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + components/mus/vm/focus_controller_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/focus_controller_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + components/mus/vm/ids.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/server_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/server_view.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + components/mus/vm/server_view_delegate.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/server_view_drawn_tracker.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/server_view_drawn_tracker.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + components/mus/vm/server_view_drawn_tracker_observer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/server_view_drawn_tracker_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + components/mus/vm/server_view_observer.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/test_change_tracker.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/test_change_tracker.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/mus/vm/test_server_view_delegate.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/test_server_view_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/mus/vm/view_coordinate_conversions.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/view_coordinate_conversions.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/mus/vm/view_coordinate_conversions_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + components/mus/vm/view_manager_client_apptest.cc View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/mus/vm/view_tree_apptest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + components/mus/vm/view_tree_host_connection.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + components/mus/vm/view_tree_host_connection.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + components/mus/vm/view_tree_host_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/mus/vm/view_tree_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -7 lines 0 comments Download
A + components/mus/vm/view_tree_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -6 lines 0 comments Download
A + components/mus/vm/view_tree_impl.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + components/mus/vm/view_tree_impl.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + components/mus/vm/view_tree_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +10 lines, -10 lines 0 comments Download
A + components/mus/vm/window_manager_access_policy.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/mus/vm/window_manager_access_policy.cc View 1 chunk +3 lines, -3 lines 0 comments Download
D components/mus/window_manager_access_policy.h View 1 chunk +0 lines, -55 lines 0 comments Download
D components/mus/window_manager_access_policy.cc View 1 chunk +0 lines, -109 lines 0 comments Download
M components/pdf_viewer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M components/web_view/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M mandoline/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/runner/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M mojo/runner/DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 69 (34 generated)
Fady Samuel
5 years, 2 months ago (2015-09-28 18:08:11 UTC) #2
sky
It seems like what we have in the public directory (components/mus/public...) is mus to the ...
5 years, 2 months ago (2015-09-28 19:10:36 UTC) #4
Ben Goodger (Google)
also if we're going to be thrashing this many files I think we should resolve ...
5 years, 2 months ago (2015-09-28 21:17:21 UTC) #5
Fady Samuel
On 2015/09/28 21:17:21, Ben Goodger (Google) wrote: > also if we're going to be thrashing ...
5 years, 2 months ago (2015-09-28 21:43:26 UTC) #6
Ben Goodger (Google)
btw to sky's point i think it makes sense for mus to have a toplevel ...
5 years, 2 months ago (2015-09-28 21:48:59 UTC) #7
Fady Samuel
PTAL Scott, I've moved public back to where it was.
5 years, 2 months ago (2015-09-28 22:52:02 UTC) #8
Fady Samuel
On 2015/09/28 22:52:02, Fady Samuel wrote: > PTAL Scott, I've moved public back to where ...
5 years, 2 months ago (2015-09-28 22:53:36 UTC) #9
sky
LGTM
5 years, 2 months ago (2015-09-29 16:10:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/60001
5 years, 2 months ago (2015-09-29 19:14:28 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/138468) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-09-29 19:21:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/80001
5 years, 2 months ago (2015-09-29 21:10:17 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/120082) win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 2 months ago (2015-09-29 21:17:13 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/100001
5 years, 2 months ago (2015-09-29 22:03:47 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/138555) chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-09-29 22:21:47 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/120001
5 years, 2 months ago (2015-09-29 22:24:28 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/103495) win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 2 months ago (2015-09-29 22:32:06 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/140001
5 years, 2 months ago (2015-09-29 22:46:31 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/10613) win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 2 months ago (2015-09-29 22:54:41 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/160001
5 years, 2 months ago (2015-09-30 04:42:35 UTC) #37
Fady Samuel
+jam@ for pdf_viewer change.
5 years, 2 months ago (2015-09-30 04:46:38 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/180001
5 years, 2 months ago (2015-09-30 15:22:01 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/200001
5 years, 2 months ago (2015-09-30 16:37:05 UTC) #46
jam
On 2015/09/30 04:46:38, Fady Samuel wrote: > +jam@ for pdf_viewer change. lgtm
5 years, 2 months ago (2015-09-30 16:59:14 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/120479)
5 years, 2 months ago (2015-09-30 17:34:38 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/220001
5 years, 2 months ago (2015-09-30 18:08:01 UTC) #52
Ben Goodger (Google)
btw for the record, Scott & I like mus::Window and "ws" (Window Service/Server) as names. ...
5 years, 2 months ago (2015-09-30 18:09:24 UTC) #53
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/47556) win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 2 months ago (2015-09-30 18:15:48 UTC) #55
Fady Samuel
On 2015/09/30 18:09:24, Ben Goodger (Google) wrote: > btw for the record, > > Scott ...
5 years, 2 months ago (2015-09-30 18:24:22 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/220001
5 years, 2 months ago (2015-09-30 18:27:48 UTC) #58
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/47582) win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, ...
5 years, 2 months ago (2015-09-30 18:40:45 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/240001
5 years, 2 months ago (2015-09-30 22:06:47 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/111215)
5 years, 2 months ago (2015-09-30 22:16:33 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377493002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377493002/240001
5 years, 2 months ago (2015-09-30 22:22:50 UTC) #67
commit-bot: I haz the power
Committed patchset #13 (id:240001)
5 years, 2 months ago (2015-09-30 22:49:34 UTC) #68
commit-bot: I haz the power
5 years, 2 months ago (2015-09-30 22:50:50 UTC) #69
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/1b99651bdfe4303f66342487ef88132ddc5b553f
Cr-Commit-Position: refs/heads/master@{#351667}

Powered by Google App Engine
This is Rietveld 408576698