From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/base/fuchsia/default_context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chromium/base/fuchsia/default_context.h') diff --git a/chromium/base/fuchsia/default_context.h b/chromium/base/fuchsia/default_context.h index 4484f10f910..d45b68cc82b 100644 --- a/chromium/base/fuchsia/default_context.h +++ b/chromium/base/fuchsia/default_context.h @@ -16,8 +16,12 @@ class ComponentContext; namespace base { namespace fuchsia { + +// TODO(https://crbug.com/1090364): Remove this file when external dependencies +// have been migrated to process_context. // Returns default sys::ComponentContext for the current process. BASE_EXPORT sys::ComponentContext* ComponentContextForCurrentProcess(); + } // namespace fuchsia // Replaces the default sys::ComponentContext for the current process, and -- cgit v1.2.1