Index: chrome/worker/worker_webapplicationcachehost_impl.h |
diff --git a/chrome/worker/worker_webapplicationcachehost_impl.h b/chrome/worker/worker_webapplicationcachehost_impl.h |
index 3508fc4fc7621ed6cd9f23965b1fc8710323da53..db6dc8a709fb136e485b5dc8563012536ad0acaf 100644 |
--- a/chrome/worker/worker_webapplicationcachehost_impl.h |
+++ b/chrome/worker/worker_webapplicationcachehost_impl.h |
@@ -45,9 +45,7 @@ class WorkerWebApplicationCacheHostImpl |
// Cache selection is also different for workers. We know at construction |
// time what cache to select and do so then. |
virtual void selectCacheWithoutManifest() {} |
- virtual bool selectCacheWithManifest(const WebKit::WebURL& manifestURL) { |
- return true; |
- } |
+ virtual bool selectCacheWithManifest(const WebKit::WebURL& manifestURL); |
}; |
#endif // CHROME_WORKER_WORKER_WEBAPPLICATIONCACHEHOST_IMPL_H_ |