Chromium Code Reviews| 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() {} |
| }; |