| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index 9ebf8f7838b99c729a1e5ec4d843be579bd53827..d8a9fe16e280fceb0440ed312a69478e24f009b9 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";
|
|
|