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

Unified Diff: webkit/api/public/WebURLResponse.h

Issue 201026: Add appCacheManifestUrl data member to WebURLResponse, and use it to detect '... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/api/public/WebURLRequest.h ('k') | webkit/api/src/WebURLRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebURLResponse.h
===================================================================
--- webkit/api/public/WebURLResponse.h (revision 25594)
+++ webkit/api/public/WebURLResponse.h (working copy)
@@ -100,6 +100,9 @@
WEBKIT_API long long appCacheID() const;
WEBKIT_API void setAppCacheID(long long);
+ WEBKIT_API WebURL appCacheManifestURL() const;
+ WEBKIT_API void setAppCacheManifestURL(const WebURL&);
+
// A consumer controlled value intended to be used to record opaque
// security info related to this request.
WEBKIT_API WebCString securityInfo() const;
« no previous file with comments | « webkit/api/public/WebURLRequest.h ('k') | webkit/api/src/WebURLRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698