| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index e32a939552a2b1feba2f75659d297d29b42e4401..ab1d1c907e845fe05957ecaf4eda01b8e27de0b3 100644
|
| --- a/chrome/browser/extensions/webstore_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_installer.cc
|
| @@ -62,7 +62,6 @@ namespace {
|
| const char kApprovalKey[] = "extensions.webstore_installer";
|
|
|
| const char kInvalidIdError[] = "Invalid id";
|
| -const char kNoBrowserError[] = "No browser found";
|
| const char kDownloadDirectoryError[] = "Could not create download directory";
|
| const char kDownloadCanceledError[] = "Download canceled";
|
| const char kInstallCanceledError[] = "Install canceled";
|
|
|