Skip to content

Commit

Permalink
Revert "[fuchsia] Add diagnostics directory to the set of remote dirs (
Browse files Browse the repository at this point in the history
…flutter#14470)" (flutter#14566)

This reverts commit 94654db.
  • Loading branch information
iskakaushik committed Dec 19, 2019
1 parent 2f536e5 commit 4312d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/fuchsia/flutter/component.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<fuchsia::io::Directory> dir;
Expand Down

0 comments on commit 4312d37

Please sign in to comment.