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

Unified Diff: content/browser/appcache/mock_appcache_storage.h

Issue 2902653002: Get main frame and subframe AppCache loads to work. (Closed)
Patch Set: Address review comments Created 3 years, 6 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: content/browser/appcache/mock_appcache_storage.h
diff --git a/content/browser/appcache/mock_appcache_storage.h b/content/browser/appcache/mock_appcache_storage.h
index b19404b5f127bf6136864ff75a91a7a89f035838..d8a6ee3fc8d8352b81b8050d89e370059232bb94 100644
--- a/content/browser/appcache/mock_appcache_storage.h
+++ b/content/browser/appcache/mock_appcache_storage.h
@@ -81,6 +81,7 @@ class MockAppCacheStorage : public AppCacheStorage {
const std::vector<int64_t>& response_ids) override;
void DeleteResponses(const GURL& manifest_url,
const std::vector<int64_t>& response_ids) override;
+ bool IsInitialized() override;
private:
friend class AppCacheRequestHandlerTest;
« no previous file with comments | « content/browser/appcache/appcache_url_request_job.cc ('k') | content/browser/appcache/mock_appcache_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698