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

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 8898008: No longer preconnect to unsafe ports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add missing file Created 9 years 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 side-by-side diff with in-line comments
Download patch
Index: net/http/http_stream_factory_impl_job.h
===================================================================
--- net/http/http_stream_factory_impl_job.h (revision 113620)
+++ net/http/http_stream_factory_impl_job.h (working copy)
@@ -80,6 +80,7 @@
private:
enum State {
+ STATE_START,
STATE_RESOLVE_PROXY,
STATE_RESOLVE_PROXY_COMPLETE,
@@ -134,6 +135,7 @@
// argument receive the result from the previous state. If a method returns
// ERR_IO_PENDING, then the result from OnIOComplete will be passed to the
// next state method as the result arg.
+ int DoStart();
int DoResolveProxy();
int DoResolveProxyComplete(int result);
int DoWaitForJob();

Powered by Google App Engine
This is Rietveld 408576698