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

Unified Diff: webkit/browser/appcache/appcache_response.h

Issue 22314003: NavigationController prototype Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NavController prototype - chrome side Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/appcache/appcache_request_handler.cc ('k') | webkit/browser/appcache/appcache_response.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/appcache_response.h
diff --git a/webkit/browser/appcache/appcache_response.h b/webkit/browser/appcache/appcache_response.h
index 9a23d8484ebe9c93528b13964c1097da6cf6f26b..1af1660deee6569dcfa49b4d2359ae14596aba54 100644
--- a/webkit/browser/appcache/appcache_response.h
+++ b/webkit/browser/appcache/appcache_response.h
@@ -35,6 +35,12 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheResponseInfo
int64 response_id, net::HttpResponseInfo* http_info,
int64 response_data_size);
+ // Constructor for synthesized response headers that are not stored.
+ AppCacheResponseInfo(
+ const GURL& manifest_url,
+ net::HttpResponseInfo* http_info,
+ int64 response_data_size);
+
const GURL& manifest_url() const { return manifest_url_; }
int64 response_id() const { return response_id_; }
const net::HttpResponseInfo* http_response_info() const {
« no previous file with comments | « webkit/browser/appcache/appcache_request_handler.cc ('k') | webkit/browser/appcache/appcache_response.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698