Commit 3d439ee9 authored by Wez's avatar Wez Committed by Commit Bot

Roll Fuchsia SDK from 7b819cc87306 to 43e0834be00a


The AutoRoll server is located here: https://fuchsia-sdk-chromium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio
TBR=cr-fuchsia+bot@chromium.org

Change-Id: I8bd55d5ff4eb7c3078d5d1b8bb075bcfff5a7345
Reviewed-on: https://chromium-review.googlesource.com/1165590Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarFabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: default avatarFuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581279}
parent 21cd5663
7b819cc87306ccc5c75a7c0dabfa05bc0b2862a6 43e0834be00a65cd7f811ad3cb5c2528e456ec52
\ No newline at end of file \ No newline at end of file
...@@ -121,13 +121,6 @@ class FakeNetstack : public fuchsia::netstack::Netstack { ...@@ -121,13 +121,6 @@ class FakeNetstack : public fuchsia::netstack::Netstack {
fidl::Binding<fuchsia::netstack::Netstack>& binding() { return binding_; } fidl::Binding<fuchsia::netstack::Netstack>& binding() { return binding_; }
private: private:
// fuchsia::netstack::Netstack implementation.
void RegisterListener(
::fidl::InterfaceHandle<fuchsia::netstack::NotificationListener> listener)
override {
NOTREACHED();
}
void GetInterfaces(GetInterfacesCallback callback) override { void GetInterfaces(GetInterfacesCallback callback) override {
callback(std::move(interfaces_)); callback(std::move(interfaces_));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment