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

Unified Diff: webkit/appcache/appcache_group.h

Issue 7720022: Third-party appcache blocking. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: MockAppCachePolicy fixes. 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
Index: webkit/appcache/appcache_group.h
diff --git a/webkit/appcache/appcache_group.h b/webkit/appcache/appcache_group.h
index 07dedb28f090bed1ae411ac5442b53c585e53a54..c762a53b32e59360b66371e1a1099130a255ffcd 100644
--- a/webkit/appcache/appcache_group.h
+++ b/webkit/appcache/appcache_group.h
@@ -30,9 +30,6 @@ class AppCacheGroup : public base::RefCounted<AppCacheGroup> {
class UpdateObserver {
public:
- // Called if access to the appcache was blocked by a policy.
- virtual void OnContentBlocked(AppCacheGroup* group) = 0;
-
// Called just after an appcache update has completed.
virtual void OnUpdateComplete(AppCacheGroup* group) = 0;
virtual ~UpdateObserver() {}

Powered by Google App Engine
This is Rietveld 408576698