| Index: chrome/browser/extensions/tab_helper.cc
|
| diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc
|
| index cdcec02a9b055c2e01c5305725e45ae817fc37d8..cd420adc69f4ebda06f61773a7bd5e613c4ab9cb 100644
|
| --- a/chrome/browser/extensions/tab_helper.cc
|
| +++ b/chrome/browser/extensions/tab_helper.cc
|
| @@ -413,7 +413,7 @@ void TabHelper::OnInlineInstallComplete(int install_id,
|
| const std::string& error) {
|
| if (success) {
|
| Send(new ExtensionMsg_InlineWebstoreInstallResponse(
|
| - return_route_id, install_id, true, ""));
|
| + return_route_id, install_id, true, std::string()));
|
| } else {
|
| Send(new ExtensionMsg_InlineWebstoreInstallResponse(
|
| return_route_id, install_id, false, error));
|
|
|