Avi Drissman | 4e1b7bc3 | 2022-09-15 14:03:50 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors |
[email protected] | 4c2aa39 | 2012-09-03 01:29:42 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | de7d61ff | 2013-08-20 11:30:41 | [diff] [blame] | 5 | #ifndef CONTENT_SHELL_BROWSER_SHELL_WEB_CONTENTS_VIEW_DELEGATE_H_ |
6 | #define CONTENT_SHELL_BROWSER_SHELL_WEB_CONTENTS_VIEW_DELEGATE_H_ | ||||
[email protected] | 4c2aa39 | 2012-09-03 01:29:42 | [diff] [blame] | 7 | |
mohsen | 6eb57fb | 2016-07-22 03:14:08 | [diff] [blame] | 8 | #include <memory> |
9 | |||||
Keishi Hattori | 0e45c02 | 2021-11-27 09:25:52 | [diff] [blame] | 10 | #include "base/memory/raw_ptr.h" |
avi | 66a0772 | 2015-12-25 23:38:12 | [diff] [blame] | 11 | #include "build/build_config.h" |
Lukasz Anforowicz | 8c4446dc | 2020-03-11 22:16:42 | [diff] [blame] | 12 | #include "content/public/browser/context_menu_params.h" |
[email protected] | 4c2aa39 | 2012-09-03 01:29:42 | [diff] [blame] | 13 | #include "content/public/browser/web_contents.h" |
14 | #include "content/public/browser/web_contents_view_delegate.h" | ||||
[email protected] | 4c2aa39 | 2012-09-03 01:29:42 | [diff] [blame] | 15 | |
danakj | 2957b064 | 2021-06-11 18:18:04 | [ |