Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: chrome/test/automation/automation_constants.h

Issue 1521039: Allow extension overinstall (Closed)
Patch Set: blargh Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/test/automation/automation_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/test/automation/automation_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698