Index: chrome/common/automation_constants.h |
diff --git a/chrome/common/automation_constants.h b/chrome/common/automation_constants.h |
index 1b524d18a8a2208af40f397a8ffe61324e9962de..05cab9f8afc3c80e3acd1da3b84257b22aa788ed 100644 |
--- a/chrome/common/automation_constants.h |
+++ b/chrome/common/automation_constants.h |
@@ -80,11 +80,6 @@ enum AutomationMsg_NavigationResponseValues { |
AUTOMATION_MSG_NAVIGATION_BLOCKED_BY_MODAL_DIALOG, |
}; |
-enum AutomationMsg_ExtensionResponseValues { |
- AUTOMATION_MSG_EXTENSION_INSTALL_SUCCEEDED = 0, |
- AUTOMATION_MSG_EXTENSION_INSTALL_FAILED |
-}; |
- |
// Used in the AutomationMsg_GetExtensionProperty to identify which extension |
// property should be retrieved, instead of having separate messages for each |
// property. |