Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4725)

Unified Diff: chrome/common/extensions/unpacker.h

Issue 10868050: Remove "theme" in extension/app unpacker error messages, make those messages localizable, and add u… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Uploading latest changes after fiddling with git to make sure all changes are included in the CL. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/unpacker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698