blob: 2011277b40dc4fd5e33746c616dc59a737d0fff9 [file] [log] [blame]
Avi Drissman4e1b7bc32022-09-15 14:03:501// Copyright 2013 The Chromium Authors
[email protected]4c2aa392012-09-03 01:29:422// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]de7d61ff2013-08-20 11:30:415#ifndef CONTENT_SHELL_BROWSER_SHELL_WEB_CONTENTS_VIEW_DELEGATE_H_
6#define CONTENT_SHELL_BROWSER_SHELL_WEB_CONTENTS_VIEW_DELEGATE_H_
[email protected]4c2aa392012-09-03 01:29:427
mohsen6eb57fb2016-07-22 03:14:088#include <memory>
9
Keishi Hattori0e45c022021-11-27 09:25:5210#include "base/memory/raw_ptr.h"
avi66a07722015-12-25 23:38:1211#include "build/build_config.h"
Lukasz Anforowicz8c4446dc2020-03-11 22:16:4212#include "content/public/browser/context_menu_params.h"
[email protected]4c2aa392012-09-03 01:29:4213#include "content/public/browser/web_contents.h"
14#include "content/public/browser/web_contents_view_delegate.h"
[email protected]4c2aa392012-09-03 01:29:4215
danakj2957b0642021-06-11 18:18:04