OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ | 5 #ifndef CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ |
6 #define CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ | 6 #define CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ |
7 | 7 |
8 #include "base/compiler_specific.h" | 8 #include "base/compiler_specific.h" |
9 #include "base/process_util.h" | |
10 #include "content/browser/browser_plugin/browser_plugin_guest.h" | 9 #include "content/browser/browser_plugin/browser_plugin_guest.h" |
11 #include "content/public/test/test_utils.h" | 10 #include "content/public/test/test_utils.h" |
12 #include "ui/gfx/size.h" | 11 #include "ui/gfx/size.h" |
13 | 12 |
14 namespace content { | 13 namespace content { |
15 | 14 |
16 class RenderProcessHost; | 15 class RenderProcessHost; |
17 class RenderViewHost; | 16 class RenderViewHost; |
18 class WebContentsImpl; | 17 class WebContentsImpl; |
19 | 18 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 scoped_refptr<MessageLoopRunner> input_message_loop_runner_; | 99 scoped_refptr<MessageLoopRunner> input_message_loop_runner_; |
101 scoped_refptr<MessageLoopRunner> load_stop_message_loop_runner_; | 100 scoped_refptr<MessageLoopRunner> load_stop_message_loop_runner_; |
102 scoped_refptr<MessageLoopRunner> auto_view_size_message_loop_runner_; | 101 scoped_refptr<MessageLoopRunner> auto_view_size_message_loop_runner_; |
103 | 102 |
104 DISALLOW_COPY_AND_ASSIGN(TestBrowserPluginGuest); | 103 DISALLOW_COPY_AND_ASSIGN(TestBrowserPluginGuest); |
105 }; | 104 }; |
106 | 105 |
107 } // namespace content | 106 } // namespace content |
108 | 107 |
109 #endif // CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ | 108 #endif // CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ |
OLD | NEW |