commit | 4b2c51390e2f56171cd7c314cf69af297c82ec5e | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Thu Jan 16 11:49:48 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 16 11:49:48 2020 |
tree | d696b7caec120cb0bc3b850946ccde3efda5714c | |
parent | 1f6684cccc07f421b7627c333456566f79192d47 [diff] |
Replace blink::UserActivationUpdateType with a mojo enum This is a preparation CL for migrating FrameMsg_UpdateUserActivationState to mojo. Today FrameMsg_UpdateUserActivationState takes the enum blink::UserActivationUpdateType as argument. The corresponding mojo method (to be added), will need to pass a blink::mojom::FrameMsg_UpdateUserActivationState enum instead. Hence, this replaces blink::UserActivationUpdateType with blink::mojom::UserActivationUpdateType. BUG=1041066 R=avi@chromium.org, dcheng@chromium.org, dtapuska@chromium.org, haraken@chromium.org Change-Id: Iaf0f857df04033790b8c0f59f09cdfb3258c857b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002754 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#732348}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .