| Index: chrome/test/automation/automation_constants.h
|
| diff --git a/chrome/test/automation/automation_constants.h b/chrome/test/automation/automation_constants.h
|
| index f5e3b6f66d715ea8b2abedf477d70303205ac4da..68f5889c1b18f63792918f9e14ba6299e8041d10 100644
|
| --- a/chrome/test/automation/automation_constants.h
|
| +++ b/chrome/test/automation/automation_constants.h
|
| @@ -27,8 +27,7 @@ enum AutomationMsg_NavigationResponseValues {
|
|
|
| enum AutomationMsg_ExtensionResponseValues {
|
| AUTOMATION_MSG_EXTENSION_INSTALL_SUCCEEDED = 0,
|
| - AUTOMATION_MSG_EXTENSION_INSTALL_FAILED,
|
| - AUTOMATION_MSG_EXTENSION_ALREADY_INSTALLED,
|
| + AUTOMATION_MSG_EXTENSION_INSTALL_FAILED
|
| };
|
|
|
| // Used in the AutomationMsg_GetExtensionProperty to identify which extension
|
|
|