Index: content/browser/appcache/appcache_storage_impl.h |
diff --git a/content/browser/appcache/appcache_storage_impl.h b/content/browser/appcache/appcache_storage_impl.h |
index 1e0963f74508f615ec43e39418a27a0a757ffd97..82a6f5a2be7cf8df5c57263975f02e7c8994878b 100644 |
--- a/content/browser/appcache/appcache_storage_impl.h |
+++ b/content/browser/appcache/appcache_storage_impl.h |
@@ -145,6 +145,7 @@ class AppCacheStorageImpl : public AppCacheStorage { |
int64_t group_id, |
const GURL& manifest_url); |
+ // Don't call this when |is_disabled_| is true. |
CONTENT_EXPORT AppCacheDiskCache* disk_cache(); |
// The directory in which we place files in the file system. |