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

Unified Diff: webkit/appcache/appcache_update_job.h

Issue 7720022: Third-party appcache blocking. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Keeping up to date with trunk. Created 9 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/appcache/appcache_storage_impl_unittest.cc ('k') | webkit/appcache/appcache_update_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_update_job.h
diff --git a/webkit/appcache/appcache_update_job.h b/webkit/appcache/appcache_update_job.h
index b85d73ba13f4b76a1974e22c4390960c09da5a35..358ee3e61f3064bcc23da8cd0e21f81d3c8fe26d 100644
--- a/webkit/appcache/appcache_update_job.h
+++ b/webkit/appcache/appcache_update_job.h
@@ -160,9 +160,6 @@ class AppCacheUpdateJob : public AppCacheStorage::Delegate,
virtual void OnCacheSelectionComplete(AppCacheHost* host) {} // N/A
virtual void OnDestructionImminent(AppCacheHost* host);
- void CheckPolicy();
- void OnPolicyCheckComplete(int rv);
-
void HandleCacheFailure(const std::string& error_message);
void FetchManifest(bool is_first_fetch);
@@ -310,9 +307,6 @@ class AppCacheUpdateJob : public AppCacheStorage::Delegate,
net::CompletionCallbackImpl<AppCacheUpdateJob> manifest_data_write_callback_;
net::CompletionCallbackImpl<AppCacheUpdateJob> manifest_data_read_callback_;
- scoped_refptr<net::CancelableCompletionCallback<AppCacheUpdateJob> >
- policy_callback_;
-
FRIEND_TEST_ALL_PREFIXES(AppCacheGroupTest, QueueUpdate);
DISALLOW_COPY_AND_ASSIGN(AppCacheUpdateJob);
« no previous file with comments | « webkit/appcache/appcache_storage_impl_unittest.cc ('k') | webkit/appcache/appcache_update_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698