summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_host.h
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-12 06:04:49 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-12 06:04:49 +0000
commitca10046545d16cfd705fbfc356d97710f47cedee (patch)
tree66d60515921d0229911b12c318b39bfda2c2e00b /webkit/appcache/appcache_host.h
parent71aaa7aa371e39947d951addfcdf32f2cda353ac (diff)
downloadchromium_src-ca10046545d16cfd705fbfc356d97710f47cedee.zip
chromium_src-ca10046545d16cfd705fbfc356d97710f47cedee.tar.gz
chromium_src-ca10046545d16cfd705fbfc356d97710f47cedee.tar.bz2
Failed compile on Chromium builder dbg
Revert 52072 - Pass notifications to the browser on access to the appcache main resource manifest. BUG=45230 TEST=browser_tests Review URL: http://codereview.chromium.org/2808046 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/2925008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_host.h')
-rw-r--r--webkit/appcache/appcache_host.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/webkit/appcache/appcache_host.h b/webkit/appcache/appcache_host.h
index 7701f95..1c7534f 100644
--- a/webkit/appcache/appcache_host.h
+++ b/webkit/appcache/appcache_host.h
@@ -88,8 +88,8 @@ class AppCacheHost : public AppCacheStorage::Delegate,
void LoadMainResourceCache(int64 cache_id);
// Used to notify the host that the main resource was blocked by a policy. To
- // work properly, this method needs to by invoked prior to cache selection.
- void NotifyMainResourceBlocked(const GURL& manifest_url);
+ // work properly, this method needs to by invokde prior to cache selection.
+ void NotifyMainResourceBlocked();
// Used by the update job to keep track of which hosts are associated
// with which pending master entries.
@@ -197,8 +197,6 @@ class AppCacheHost : public AppCacheStorage::Delegate,
// True if requests for this host were blocked by a policy.
bool main_resource_blocked_;
- GURL blocked_manifest_url_;
-
// List of objects observing us.
ObserverList<Observer> observers_;