| Index: chrome/common/extensions/unpacker.h
|
| diff --git a/chrome/common/extensions/unpacker.h b/chrome/common/extensions/unpacker.h
|
| index 9908165e4f99d3d3e628fea2153920508425822a..d31291425b1c1a569bc46261cfff2504ef956bee 100644
|
| --- a/chrome/common/extensions/unpacker.h
|
| +++ b/chrome/common/extensions/unpacker.h
|
| @@ -86,6 +86,7 @@ class Unpacker {
|
|
|
| // Set the error message.
|
| void SetError(const std::string& error);
|
| + void SetUTF16Error(const string16& error);
|
|
|
| // The extension to unpack.
|
| FilePath extension_path_;
|
|
|