| // content/common/navigation_client.mojom-forward.h is auto generated by mojom_bindings_generator.py, do not edit |
| |
| // Copyright 2019 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef CONTENT_COMMON_NAVIGATION_CLIENT_MOJOM_FORWARD_H_ |
| #define CONTENT_COMMON_NAVIGATION_CLIENT_MOJOM_FORWARD_H_ |
| |
| #include <stdint.h> |
| |
| #include "mojo/public/cpp/bindings/struct_forward.h" |
| |
| #include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h" |
| |
| |
| #include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h" |
| |
| #ifdef KYTHE_IS_RUNNING |
| #pragma kythe_inline_metadata "Metadata comment" |
| #endif |
| |
| namespace mojo { |
| enum class NativeEnum; |
| } // namespace mojo |
| |
| |
| namespace content::mojom { |
| using PageStateDataView = mojo::native::NativeStructDataView; |
| |
| class DidCommitProvisionalLoadParamsDataView; |
| |
| class DidCommitSameDocumentNavigationParamsDataView; |
| |
| class CookieManagerInfoDataView; |
| |
| class StorageInfoDataView; |
| |
| using NavigationGesture = mojo::NativeEnum; |
| using PageTransition = mojo::NativeEnum; |
| |
| enum class NavigationClientDisconnectReason : int32_t; |
| using PageState = mojo::native::NativeStruct; |
| using PageStatePtr = mojo::native::NativeStructPtr; |
| |
| class DidCommitProvisionalLoadParams; |
| using DidCommitProvisionalLoadParamsPtr = mojo::StructPtr<DidCommitProvisionalLoadParams>; |
| |
| class DidCommitSameDocumentNavigationParams; |
| using DidCommitSameDocumentNavigationParamsPtr = mojo::StructPtr<DidCommitSameDocumentNavigationParams>; |
| |
| class CookieManagerInfo; |
| using CookieManagerInfoPtr = mojo::StructPtr<CookieManagerInfo>; |
| |
| class StorageInfo; |
| using StorageInfoPtr = mojo::StructPtr<StorageInfo>; |
| |
| class NavigationClient; |
| |
| |
| |
| |
| } // content::mojom |
| |
| #endif // CONTENT_COMMON_NAVIGATION_CLIENT_MOJOM_FORWARD_H_ |
| |
| /* Metadata comment |
| eyJ0eXBlIjogImt5dGhlMCIsICJtZXRhIjogW119 |
| */ |