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

Unified Diff: chrome/test/automation/automation_messages.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/test/automation/automation_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_messages.h
diff --git a/chrome/test/automation/automation_messages.h b/chrome/test/automation/automation_messages.h
index 307fab188ef0d449579b8e37d1f5bd6948db4cce..5ae18e9e94403371c2abda19a2324594079d5846 100644
--- a/chrome/test/automation/automation_messages.h
+++ b/chrome/test/automation/automation_messages.h
@@ -114,9 +114,6 @@ struct ParamTraits<AutomationMsg_ExtensionResponseValues> {
case AUTOMATION_MSG_EXTENSION_INSTALL_FAILED:
control = L"AUTOMATION_MSG_EXTENSION_INSTALL_FAILED";
break;
- case AUTOMATION_MSG_EXTENSION_ALREADY_INSTALLED:
- control = L"AUTOMATION_MSG_EXTENSION_ALREADY_INSTALLED";
- break;
default:
control = L"UNKNOWN";
break;
« no previous file with comments | « chrome/test/automation/automation_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698