summaryrefslogtreecommitdiff
path: root/chromium/services/network/public/cpp/request_destination.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/services/network/public/cpp/request_destination.h')
-rw-r--r--chromium/services/network/public/cpp/request_destination.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/services/network/public/cpp/request_destination.h b/chromium/services/network/public/cpp/request_destination.h
index 095e166666f..4d85c06b52a 100644
--- a/chromium/services/network/public/cpp/request_destination.h
+++ b/chromium/services/network/public/cpp/request_destination.h
@@ -15,6 +15,10 @@ namespace network {
COMPONENT_EXPORT(NETWORK_CPP)
const char* RequestDestinationToString(network::mojom::RequestDestination dest);
+// Returns whether the destination is a frame embedded in the document.
+COMPONENT_EXPORT(NETWORK_CPP)
+bool IsRequestDestinationEmbeddedFrame(network::mojom::RequestDestination dest);
+
} // namespace network
#endif // SERVICES_NETWORK_PUBLIC_CPP_REQUEST_DESTINATION_H_