// Copyright 2022 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_BROWSER_SHARED_STORAGE_SHARED_STORAGE_EVENT_PARAMS_H_ #define CONTENT_BROWSER_SHARED_STORAGE_SHARED_STORAGE_EVENT_PARAMS_H_ #include <map> #include <optional> #include "content/common/content_export.h" #include "third_party/blink/public/common/messaging/cloneable_message.h" #include "url/gurl.h" namespace content { // Bundles the varying possible parameters for DevTools shared storage access // events. class CONTENT_EXPORT SharedStorageEventParams { … }; } // namespace content #endif // CONTENT_BROWSER_SHARED_STORAGE_SHARED_STORAGE_EVENT_PARAMS_H_