// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/translate/content/renderer/isolated_world_util.h" #include <optional> #include <ostream> #include "base/check_op.h" #include "components/translate/core/common/translate_util.h" #include "third_party/blink/public/platform/web_isolated_world_info.h" #include "third_party/blink/public/platform/web_url.h" namespace translate { void EnsureIsolatedWorldInitialized(int world_id) { … } } // namespace translate