| Index: extensions/utility/unpacker.h
|
| diff --git a/extensions/utility/unpacker.h b/extensions/utility/unpacker.h
|
| index cc2bbca1ff6b146c565437f3b6c749b25d46a708..25c9e529c755e73a6bb4f185a61874f8e95e7893 100644
|
| --- a/extensions/utility/unpacker.h
|
| +++ b/extensions/utility/unpacker.h
|
| @@ -34,6 +34,9 @@ class Unpacker {
|
| int creation_flags);
|
| ~Unpacker();
|
|
|
| + // Returns true if the given base::FilePath should be unzipped.
|
| + static bool ShouldExtractFile(const base::FilePath& file_path);
|
| +
|
| // Runs the processing steps for the extension. On success, this returns true
|
| // and the decoded images will be in a file at
|
| // |working_dir|/kDecodedImagesFilename and the decoded messages will be in a
|
|
|