| Index: webkit/appcache/appcache_update_job.h
|
| diff --git a/webkit/appcache/appcache_update_job.h b/webkit/appcache/appcache_update_job.h
|
| index 0f3905e6877db736464717ce6736d3594444c231..2fa660e545defd651249ac14c536864d475ec222 100644
|
| --- a/webkit/appcache/appcache_update_job.h
|
| +++ b/webkit/appcache/appcache_update_job.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -41,7 +41,6 @@ class APPCACHE_EXPORT AppCacheUpdateJob : public AppCacheStorage::Delegate,
|
| void StartUpdate(AppCacheHost* host, const GURL& new_master_resource);
|
|
|
| private:
|
| - friend class ScopedRunnableMethodFactory<AppCacheUpdateJob>;
|
| friend class AppCacheUpdateJobTest;
|
| class URLFetcher;
|
|
|
| @@ -237,9 +236,6 @@ class APPCACHE_EXPORT AppCacheUpdateJob : public AppCacheStorage::Delegate,
|
| bool IsTerminating() { return internal_state_ >= REFETCH_MANIFEST ||
|
| stored_state_ != UNSTORED; }
|
|
|
| - // This factory will be used to schedule invocations of various methods.
|
| - ScopedRunnableMethodFactory<AppCacheUpdateJob> method_factory_;
|
| -
|
| GURL manifest_url_; // here for easier access
|
| AppCacheService* service_;
|
|
|
|
|