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

Side by Side Diff: webkit/appcache/appcache_url_request_job.h

Issue 8991001: base::Bind: Convert most of webkit/appcache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 2. 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 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 WEBKIT_APPCACHE_APPCACHE_URL_REQUEST_JOB_H_ 5 #ifndef WEBKIT_APPCACHE_APPCACHE_URL_REQUEST_JOB_H_
6 #define WEBKIT_APPCACHE_APPCACHE_URL_REQUEST_JOB_H_ 6 #define WEBKIT_APPCACHE_APPCACHE_URL_REQUEST_JOB_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 GURL manifest_url_; 132 GURL manifest_url_;
133 int64 group_id_; 133 int64 group_id_;
134 int64 cache_id_; 134 int64 cache_id_;
135 AppCacheEntry entry_; 135 AppCacheEntry entry_;
136 bool is_fallback_; 136 bool is_fallback_;
137 bool cache_entry_not_found_; 137 bool cache_entry_not_found_;
138 scoped_refptr<AppCacheResponseInfo> info_; 138 scoped_refptr<AppCacheResponseInfo> info_;
139 net::HttpByteRange range_requested_; 139 net::HttpByteRange range_requested_;
140 scoped_ptr<net::HttpResponseInfo> range_response_info_; 140 scoped_ptr<net::HttpResponseInfo> range_response_info_;
141 scoped_ptr<AppCacheResponseReader> reader_; 141 scoped_ptr<AppCacheResponseReader> reader_;
142 net::OldCompletionCallbackImpl<AppCacheURLRequestJob> read_callback_;
143 base::WeakPtrFactory<AppCacheURLRequestJob> weak_factory_; 142 base::WeakPtrFactory<AppCacheURLRequestJob> weak_factory_;
144 }; 143 };
145 144
146 } // namespace appcache 145 } // namespace appcache
147 146
148 #endif // WEBKIT_APPCACHE_APPCACHE_REQUEST_HANDLER_H_ 147 #endif // WEBKIT_APPCACHE_APPCACHE_REQUEST_HANDLER_H_
OLDNEW
« no previous file with comments | « webkit/appcache/appcache_update_job_unittest.cc ('k') | webkit/appcache/appcache_url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698