#include "chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.h"
#include <optional>
#include "base/strings/string_util.h"
#include "chrome/browser/extensions/context_menu_helpers.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/extensions/api/chrome_web_view_internal.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/render_process_host.h"
#include "extensions/common/error_utils.h"
webview;
namespace extensions {
ExtensionFunction::ResponseAction
ChromeWebViewInternalContextMenusCreateFunction::Run() { … }
ExtensionFunction::ResponseAction
ChromeWebViewInternalContextMenusUpdateFunction::Run() { … }
ExtensionFunction::ResponseAction
ChromeWebViewInternalContextMenusRemoveFunction::Run() { … }
ExtensionFunction::ResponseAction
ChromeWebViewInternalContextMenusRemoveAllFunction::Run() { … }
ChromeWebViewInternalShowContextMenuFunction::
ChromeWebViewInternalShowContextMenuFunction() { … }
ChromeWebViewInternalShowContextMenuFunction::
~ChromeWebViewInternalShowContextMenuFunction() { … }
ExtensionFunction::ResponseAction
ChromeWebViewInternalShowContextMenuFunction::Run() { … }
}