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

Side by Side Diff: chrome_frame/plugin_url_request.h

Issue 18054007: Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print/, components/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_PLUGIN_URL_REQUEST_H_ 5 #ifndef CHROME_FRAME_PLUGIN_URL_REQUEST_H_
6 #define CHROME_FRAME_PLUGIN_URL_REQUEST_H_ 6 #define CHROME_FRAME_PLUGIN_URL_REQUEST_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/time.h" 12 #include "base/time/time.h"
13 #include "base/win/scoped_comptr.h" 13 #include "base/win/scoped_comptr.h"
14 #include "chrome_frame/chrome_frame_delegate.h" 14 #include "chrome_frame/chrome_frame_delegate.h"
15 #include "chrome_frame/urlmon_upload_data_stream.h" 15 #include "chrome_frame/urlmon_upload_data_stream.h"
16 #include "ipc/ipc_message.h" 16 #include "ipc/ipc_message.h"
17 #include "net/base/host_port_pair.h" 17 #include "net/base/host_port_pair.h"
18 #include "net/base/upload_data.h" 18 #include "net/base/upload_data.h"
19 #include "net/url_request/url_request_status.h" 19 #include "net/url_request/url_request_status.h"
20 #include "webkit/glue/resource_type.h" 20 #include "webkit/glue/resource_type.h"
21 21
22 class PluginUrlRequest; 22 class PluginUrlRequest;
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 std::string extra_headers_; 182 std::string extra_headers_;
183 ResourceType::Type resource_type_; 183 ResourceType::Type resource_type_;
184 int load_flags_; 184 int load_flags_;
185 base::win::ScopedComPtr<IStream> upload_data_; 185 base::win::ScopedComPtr<IStream> upload_data_;
186 bool is_chunked_upload_; 186 bool is_chunked_upload_;
187 // Contains the ip address and port of the destination host. 187 // Contains the ip address and port of the destination host.
188 net::HostPortPair socket_address_; 188 net::HostPortPair socket_address_;
189 }; 189 };
190 190
191 #endif // CHROME_FRAME_PLUGIN_URL_REQUEST_H_ 191 #endif // CHROME_FRAME_PLUGIN_URL_REQUEST_H_
OLDNEW
« no previous file with comments | « chrome_frame/infobars/internal/infobar_window.h ('k') | chrome_frame/ready_mode/internal/registry_ready_mode_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698