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

Unified Diff: webkit/glue/webresponse.h

Issue 9712: AppCachePlumbing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
Index: webkit/glue/webresponse.h
===================================================================
--- webkit/glue/webresponse.h (revision 13181)
+++ webkit/glue/webresponse.h (working copy)
@@ -31,6 +31,9 @@
// security reasons).
virtual bool IsContentFiltered() const = 0;
+ // Returns the appcacheId this response was loaded from, or kNoAppCacheId.
+ virtual int64 GetAppCacheID() const = 0;
+
virtual ~WebResponse() {}
};

Powered by Google App Engine
This is Rietveld 408576698