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

Issue 2522613004: Revert of chromeos: Convert ash VPNDelegate interface to mojo (Closed)

Created:
4 years, 1 month ago by James Cook
Modified:
4 years, 1 month ago
Reviewers:
Tom Sepez, stevenjb, sky
CC:
chromium-reviews, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tfarina, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, oshima+watch_chromium.org, kalyank, darin (slow to review), stevenjb+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of chromeos: Convert ash VPNDelegate interface to mojo (patchset #7 id:160001 of https://codereview.chromium.org/2513673004/ ) Reason for revert: Breaks the VPN list in classic ash due to a missing entry in chrome's content browser manifest overlay. (I probably didn't catch this in manual testing due to stale generated manifest files from an earlier version of this patch.) I will re-land with a fixed manifest file. Original issue's description: > chromeos: Convert ash VPNDelegate interface to mojo > > Under mustash the ash shell runs in a different process than chrome browser. > Create mojo interfaces to allow chrome to tell ash about extension-based > third-party VPN providers and to allow ash to ask chrome to open VPN config > UI. > > This CL maintains the existing ash::VPNProvider struct rather than replacing > it with ash::mojom::ThirdPartyVpnProvider because the two express different > concepts (the former includes the built-in OpenVPN/L2TP provider and is used > in several places in UI code). We can collapse them later. > > BUG=651148 > TEST=added to ash_unittests VpnListTest > > Committed: https://crrev.com/56e0ddccb50e0b062ea6fea8640c6dcea9ea59a7 > Cr-Commit-Position: refs/heads/master@{#434004} TBR=stevenjb@chromium.org,sky@chromium.org,tsepez@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=651148 Committed: https://crrev.com/50f2386d5fc8b1f32aa4e1a2340e73525a1088d0 Cr-Commit-Position: refs/heads/master@{#434037}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+563 lines, -615 lines) Patch
M ash/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/BUILD.gn View 2 chunks +1 line, -2 lines 0 comments Download
M ash/common/mojo_interface_factory.cc View 3 chunks +0 lines, -14 lines 0 comments Download
M ash/common/system/chromeos/network/tray_vpn.cc View 2 chunks +8 lines, -2 lines 0 comments Download
A ash/common/system/chromeos/network/vpn_delegate.h View 1 chunk +102 lines, -0 lines 0 comments Download
A ash/common/system/chromeos/network/vpn_delegate.cc View 1 chunk +74 lines, -0 lines 0 comments Download
A ash/common/system/chromeos/network/vpn_delegate_unittest.cc View 1 chunk +62 lines, -0 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list.h View 1 chunk +0 lines, -101 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list.cc View 1 chunk +0 lines, -83 lines 0 comments Download
D ash/common/system/chromeos/network/vpn_list_unittest.cc View 1 chunk +0 lines, -99 lines 0 comments Download
M ash/common/system/chromeos/network/vpn_list_view.h View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/common/system/chromeos/network/vpn_list_view.cc View 4 chunks +17 lines, -15 lines 0 comments Download
M ash/common/system/tray/system_tray_controller.h View 1 chunk +0 lines, -1 line 0 comments Download
M ash/common/system/tray/system_tray_controller.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M ash/common/system/tray/system_tray_delegate.h View 2 chunks +5 lines, -1 line 0 comments Download
M ash/common/system/tray/system_tray_delegate.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/common/wm_shell.h View 3 chunks +0 lines, -4 lines 0 comments Download
M ash/common/wm_shell.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M ash/mus/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/mus/manifest.json View 1 chunk +0 lines, -1 line 0 comments Download
M ash/mus/system_tray_delegate_mus.h View 2 chunks +3 lines, -0 lines 0 comments Download
M ash/mus/system_tray_delegate_mus.cc View 3 chunks +7 lines, -1 line 0 comments Download
A ash/mus/vpn_delegate_mus.h View 1 chunk +28 lines, -0 lines 0 comments Download
A ash/mus/vpn_delegate_mus.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M ash/public/interfaces/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M ash/public/interfaces/system_tray.mojom View 1 chunk +0 lines, -4 lines 0 comments Download
D ash/public/interfaces/vpn_list.mojom View 1 chunk +0 lines, -20 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_client.cc View 3 chunks +0 lines, -21 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 3 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/ui/ash/vpn_delegate_chromeos.h View 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/browser/ui/ash/vpn_delegate_chromeos.cc View 1 chunk +148 lines, -0 lines 0 comments Download
D chrome/browser/ui/ash/vpn_list_forwarder.h View 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/browser/ui/ash/vpn_list_forwarder.cc View 1 chunk +0 lines, -158 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc View 3 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
James Cook
Created Revert of chromeos: Convert ash VPNDelegate interface to mojo
4 years, 1 month ago (2016-11-23 00:10:40 UTC) #2
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/2522613004/1
4 years, 1 month ago (2016-11-23 00:11:06 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-23 00:12:31 UTC) #6
commit-bot: I haz the power
4 years, 1 month ago (2016-11-23 00:13:53 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/50f2386d5fc8b1f32aa4e1a2340e73525a1088d0
Cr-Commit-Position: refs/heads/master@{#434037}

Powered by Google App Engine
This is Rietveld 408576698