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

Unified Diff: chrome/browser/ui/webui/extensions/pack_extension_handler.cc

Issue 12315071: Revert 184352 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
Index: chrome/browser/ui/webui/extensions/pack_extension_handler.cc
===================================================================
--- chrome/browser/ui/webui/extensions/pack_extension_handler.cc (revision 184354)
+++ chrome/browser/ui/webui/extensions/pack_extension_handler.cc (working copy)
@@ -119,9 +119,9 @@
int run_flags = static_cast<int>(flags_double);
base::FilePath root_directory =
- base::FilePath::FromWStringHack(base::UTF8ToWide(extension_path_));
+ base::FilePath::FromWStringHack(UTF8ToWide(extension_path_));
base::FilePath key_file =
- base::FilePath::FromWStringHack(base::UTF8ToWide(private_key_path_));
+ base::FilePath::FromWStringHack(UTF8ToWide(private_key_path_));
if (root_directory.empty()) {
if (extension_path_.empty()) {
« no previous file with comments | « chrome/browser/ui/webui/extensions/install_extension_handler.cc ('k') | chrome/browser/ui/webui/fileicon_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698