| Index: chrome/browser/extensions/webstore_standalone_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| index 7c6f9692fbde993b139aeb025fbb450f47df5ef8..c9a2f960f4154fed905d064d5628325c4975180a 100644
|
| --- a/chrome/browser/extensions/webstore_standalone_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| @@ -27,7 +27,6 @@ const char kUsersKey[] = "users";
|
| const char kShowUserCountKey[] = "show_user_count";
|
| const char kAverageRatingKey[] = "average_rating";
|
| const char kRatingCountKey[] = "rating_count";
|
| -const char kRedirectUrlKey[] = "redirect_url";
|
|
|
| const char kInvalidWebstoreItemId[] = "Invalid Chrome Web Store item ID";
|
| const char kWebstoreRequestError[] =
|
|
|