| 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();
|
|
|