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 "content/browser/browser_plugin/browser_plugin_guest.h" | 9 #include "content/browser/browser_plugin/browser_plugin_guest.h" |
10 #include "content/public/test/test_utils.h" | 10 #include "content/public/test/test_utils.h" |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 scoped_refptr<MessageLoopRunner> damage_buffer_message_loop_runner_; | 96 scoped_refptr<MessageLoopRunner> damage_buffer_message_loop_runner_; |
97 scoped_refptr<MessageLoopRunner> input_message_loop_runner_; | 97 scoped_refptr<MessageLoopRunner> input_message_loop_runner_; |
98 scoped_refptr<MessageLoopRunner> load_stop_message_loop_runner_; | 98 scoped_refptr<MessageLoopRunner> load_stop_message_loop_runner_; |
99 scoped_refptr<MessageLoopRunner> auto_view_size_message_loop_runner_; | 99 scoped_refptr<MessageLoopRunner> auto_view_size_message_loop_runner_; |
100 | 100 |
101 DISALLOW_COPY_AND_ASSIGN(TestBrowserPluginGuest); | 101 DISALLOW_COPY_AND_ASSIGN(TestBrowserPluginGuest); |
102 }; | 102 }; |
103 | 103 |
104 } // namespace content | 104 } // namespace content |
105 | 105 |
| 106 |
106 #endif // CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ | 107 #endif // CONTENT_BROWSER_BROWSER_PLUGIN_TEST_BROWSER_PLUGIN_GUEST_H_ |
OLD | NEW |