diff options
Diffstat (limited to 'chromium/base/fuchsia/default_context.h')
-rw-r--r-- | chromium/base/fuchsia/default_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |