Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: chrome/browser/plugin_process_host.h

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/page_info_window.h ('k') | chrome/browser/plugin_process_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_ 5 #ifndef CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_
6 #define CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_ 6 #define CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 #include <set> 10 #include <set>
11 #include <queue> 11 #include <queue>
12 #include <vector> 12 #include <vector>
13 13
14 #include "app/gfx/native_widget_types.h"
14 #include "base/basictypes.h" 15 #include "base/basictypes.h"
15 #include "base/gfx/native_widget_types.h"
16 #include "base/scoped_ptr.h" 16 #include "base/scoped_ptr.h"
17 #include "base/task.h" 17 #include "base/task.h"
18 #include "chrome/browser/net/resolve_proxy_msg_helper.h" 18 #include "chrome/browser/net/resolve_proxy_msg_helper.h"
19 #include "chrome/browser/renderer_host/resource_message_filter.h" 19 #include "chrome/browser/renderer_host/resource_message_filter.h"
20 #include "chrome/common/child_process_host.h" 20 #include "chrome/common/child_process_host.h"
21 #include "ipc/ipc_channel_handle.h" 21 #include "ipc/ipc_channel_handle.h"
22 #include "webkit/glue/webplugininfo.h" 22 #include "webkit/glue/webplugininfo.h"
23 23
24 class URLRequestContext; 24 class URLRequestContext;
25 struct ViewHostMsg_Resource_Request; 25 struct ViewHostMsg_Resource_Request;
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 #endif 152 #endif
153 #if defined(OS_MACOSX) 153 #if defined(OS_MACOSX)
154 // Tracks plugin windows currently visible 154 // Tracks plugin windows currently visible
155 std::set<uint32> plugin_visible_windows_set_; 155 std::set<uint32> plugin_visible_windows_set_;
156 #endif 156 #endif
157 157
158 DISALLOW_COPY_AND_ASSIGN(PluginProcessHost); 158 DISALLOW_COPY_AND_ASSIGN(PluginProcessHost);
159 }; 159 };
160 160
161 #endif // CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_ 161 #endif // CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_
OLDNEW
« no previous file with comments | « chrome/browser/page_info_window.h ('k') | chrome/browser/plugin_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698