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

Unified Diff: chrome/browser/ui/webui/extensions/install_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/install_extension_handler.cc
===================================================================
--- chrome/browser/ui/webui/extensions/install_extension_handler.cc (revision 184354)
+++ chrome/browser/ui/webui/extensions/install_extension_handler.cc (working copy)
@@ -66,7 +66,7 @@
}
file_to_install_ = base::FilePath::FromWStringHack(
- base::UTF16ToWide(drop_data->filenames.front().path));
+ UTF16ToWide(drop_data->filenames.front().path));
}
void InstallExtensionHandler::HandleStopDragMessage(const ListValue* args) {
« no previous file with comments | « chrome/browser/ui/web_applications/web_app_ui.cc ('k') | chrome/browser/ui/webui/extensions/pack_extension_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698