summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/pack_extension_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/pack_extension_job.h')
-rw-r--r--chrome/browser/extensions/pack_extension_job.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/extensions/pack_extension_job.h b/chrome/browser/extensions/pack_extension_job.h
index 8c3cf26..b82e9d0 100644
--- a/chrome/browser/extensions/pack_extension_job.h
+++ b/chrome/browser/extensions/pack_extension_job.h
@@ -27,8 +27,7 @@ class PackExtensionJob : public base::RefCountedThreadSafe<PackExtensionJob> {
PackExtensionJob(Client* client,
const FilePath& root_directory,
- const FilePath& key_file,
- MessageLoop* file_loop);
+ const FilePath& key_file);
// The client should call this when it is destroyed to prevent
// PackExtensionJob from attempting to access it.
@@ -40,7 +39,6 @@ class PackExtensionJob : public base::RefCountedThreadSafe<PackExtensionJob> {
void ReportFailureOnUIThread(const std::string& error);
MessageLoop* ui_loop_;
- MessageLoop* file_loop_;
Client* client_;
FilePath root_directory_;
FilePath key_file_;