From 8e664fdb02f64643daa0e9e9498ea50eaaf80095 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Wed, 18 Dec 2019 18:23:51 -0800 Subject: [PATCH] Revert "[fuchsia] Add diagnostics directory to the set of remote dirs (#14470)" This reverts commit 94654dbe63125efca843775f4178409e8c1f052f. --- shell/platform/fuchsia/flutter/component.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/flutter/component.cc b/shell/platform/fuchsia/flutter/component.cc index 99b6ee37d506f..e1188f44a99d2 100644 --- a/shell/platform/fuchsia/flutter/component.cc +++ b/shell/platform/fuchsia/flutter/component.cc @@ -232,7 +232,7 @@ Application::Application( << "): " << zx_status_get_string(status); return; } - const char* other_dirs[] = {"debug", "ctrl", "diagnostics"}; + const char* other_dirs[] = {"debug", "ctrl"}; // add other directories as RemoteDirs. for (auto& dir_str : other_dirs) { fidl::InterfaceHandle dir;