// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/navigation/navigation_params.h" #include "third_party/blink/public/mojom/navigation/navigation_params.mojom.h" namespace blink { mojom::CommonNavigationParamsPtr CreateCommonNavigationParams() { … } mojom::CommitNavigationParamsPtr CreateCommitNavigationParams() { … } mojom::RendererContentSettingsPtr CreateDefaultRendererContentSettings() { … } } // namespace blink