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

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

Issue 2965015: Attempt four at landing the "histogram.h removed from message_loop.h" patch. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: win build fixes Created 10 years, 5 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
« no previous file with comments | « chrome/browser/omnibox_search_hint.cc ('k') | chrome/browser/plugin_service.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 <queue> 10 #include <queue>
11 #include <set> 11 #include <set>
12 #include <string> 12 #include <string>
13 #include <vector> 13 #include <vector>
14 14
15 #include "base/basictypes.h" 15 #include "base/basictypes.h"
16 #include "base/scoped_ptr.h" 16 #include "base/scoped_ptr.h"
17 #include "base/task.h"
18 #include "chrome/browser/browser_child_process_host.h" 17 #include "chrome/browser/browser_child_process_host.h"
19 #include "chrome/browser/net/resolve_proxy_msg_helper.h" 18 #include "chrome/browser/net/resolve_proxy_msg_helper.h"
20 #include "chrome/browser/renderer_host/resource_message_filter.h" 19 #include "chrome/browser/renderer_host/resource_message_filter.h"
21 #include "gfx/native_widget_types.h" 20 #include "gfx/native_widget_types.h"
22 #include "ipc/ipc_channel_handle.h" 21 #include "ipc/ipc_channel_handle.h"
23 #include "webkit/glue/plugins/webplugininfo.h" 22 #include "webkit/glue/plugins/webplugininfo.h"
24 23
25 class URLRequestContext; 24 class URLRequestContext;
26 struct ViewHostMsg_Resource_Request; 25 struct ViewHostMsg_Resource_Request;
27 class GURL; 26 class GURL;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 // Tracks modal windows currently visible. 172 // Tracks modal windows currently visible.
174 std::set<uint32> plugin_modal_windows_set_; 173 std::set<uint32> plugin_modal_windows_set_;
175 // Tracks the current visibility of the cursor. 174 // Tracks the current visibility of the cursor.
176 bool plugin_cursor_visible_; 175 bool plugin_cursor_visible_;
177 #endif 176 #endif
178 177
179 DISALLOW_COPY_AND_ASSIGN(PluginProcessHost); 178 DISALLOW_COPY_AND_ASSIGN(PluginProcessHost);
180 }; 179 };
181 180
182 #endif // CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_ 181 #endif // CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_
OLDNEW
« no previous file with comments | « chrome/browser/omnibox_search_hint.cc ('k') | chrome/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698