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

Side by Side Diff: chrome_frame/urlmon_url_request.h

Issue 3010052: FBTF: Remove unneeded headers from base/ (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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/test/automation/extension_proxy.h ('k') | ipc/ipc_logging.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) 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_FRAME_URLMON_URL_REQUEST_H_ 5 #ifndef CHROME_FRAME_URLMON_URL_REQUEST_H_
6 #define CHROME_FRAME_URLMON_URL_REQUEST_H_ 6 #define CHROME_FRAME_URLMON_URL_REQUEST_H_
7 7
8 #include <urlmon.h> 8 #include <urlmon.h>
9 #include <atlbase.h> 9 #include <atlbase.h>
10 #include <atlcom.h> 10 #include <atlcom.h>
11 #include <map> 11 #include <map>
12 #include <string> 12 #include <string>
13 13
14 #include "base/lock.h" 14 #include "base/lock.h"
15 #include "base/thread.h" 15 #include "base/thread.h"
16 #include "base/waitable_event.h"
17 #include "chrome_frame/plugin_url_request.h" 16 #include "chrome_frame/plugin_url_request.h"
18 #include "chrome_frame/urlmon_moniker.h" 17 #include "chrome_frame/urlmon_moniker.h"
19 #include "chrome_frame/utils.h" 18 #include "chrome_frame/utils.h"
20 19
21 class UrlmonUrlRequest; 20 class UrlmonUrlRequest;
22 21
23 class UrlmonUrlRequestManager 22 class UrlmonUrlRequestManager
24 : public PluginUrlRequestManager, 23 : public PluginUrlRequestManager,
25 public PluginUrlRequestDelegate { 24 public PluginUrlRequestDelegate {
26 public: 25 public:
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 // The window to be used to fire notifications on. 120 // The window to be used to fire notifications on.
122 HWND notification_window_; 121 HWND notification_window_;
123 // Set to true if the ChromeFrame instance is running in privileged mode. 122 // Set to true if the ChromeFrame instance is running in privileged mode.
124 bool privileged_mode_; 123 bool privileged_mode_;
125 // A pointer to the containing object. We maintain a weak reference to avoid 124 // A pointer to the containing object. We maintain a weak reference to avoid
126 // lifetime issues. 125 // lifetime issues.
127 IUnknown* container_; 126 IUnknown* container_;
128 }; 127 };
129 128
130 #endif // CHROME_FRAME_URLMON_URL_REQUEST_H_ 129 #endif // CHROME_FRAME_URLMON_URL_REQUEST_H_
OLDNEW
« no previous file with comments | « chrome/test/automation/extension_proxy.h ('k') | ipc/ipc_logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698