| Index: webkit/browser/appcache/appcache_update_job.h
|
| diff --git a/webkit/browser/appcache/appcache_update_job.h b/webkit/browser/appcache/appcache_update_job.h
|
| index 86740b7f01b1e17fc133927aff7d249cab05f672..228772909f391dc445e96a2ccf85551009d89428 100644
|
| --- a/webkit/browser/appcache/appcache_update_job.h
|
| +++ b/webkit/browser/appcache/appcache_update_job.h
|
| @@ -209,6 +209,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheUpdateJob
|
| void NotifyAllProgress(const GURL& url);
|
| void NotifyAllFinalProgress();
|
| void NotifyAllError(const ErrorDetails& detals);
|
| + void LogConsoleMessageToAll(const std::string& message);
|
| void AddAllAssociatedHostsToNotifier(HostNotifier* notifier);
|
|
|
| // Checks if manifest is byte for byte identical with the manifest
|
| @@ -319,6 +320,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheUpdateJob
|
| scoped_refptr<net::IOBuffer> read_manifest_buffer_;
|
| std::string loaded_manifest_data_;
|
| scoped_ptr<AppCacheResponseReader> manifest_response_reader_;
|
| + bool manifest_has_valid_mime_type_;
|
|
|
| // New master entries added to the cache by this job, used to cleanup
|
| // in error conditions.
|
|
|