| Index: chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h b/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| index ad122fc213ea238f8b4614862af777cb0e167397..8abffbae37507fe2cff0b6d94a0ac3ea5c40f447 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| +++ b/chrome/browser/extensions/api/image_writer_private/image_writer_utility_client.h
|
| @@ -15,7 +15,8 @@
|
| #include "chrome/common/extensions/removable_storage_writer.mojom.h"
|
| #include "content/public/browser/utility_process_mojo_client.h"
|
|
|
| -// Writes a disk image to a device inside the utility process.
|
| +// Writes a disk image to a device inside the utility process. This
|
| +// class lives on the FILE thread.
|
| class ImageWriterUtilityClient
|
| : public base::RefCountedThreadSafe<ImageWriterUtilityClient> {
|
| public:
|
| @@ -78,8 +79,6 @@ class ImageWriterUtilityClient
|
| SuccessCallback success_callback_;
|
| ErrorCallback error_callback_;
|
|
|
| - const scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
| -
|
| std::unique_ptr<content::UtilityProcessMojoClient<
|
| extensions::mojom::RemovableStorageWriter>>
|
| utility_process_mojo_client_;
|
|
|