summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/automation_constants.h')
-rw-r--r--chrome/test/automation/automation_constants.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_constants.h b/chrome/test/automation/automation_constants.h
index 663c9bd..f34c0f2 100644
--- a/chrome/test/automation/automation_constants.h
+++ b/chrome/test/automation/automation_constants.h
@@ -14,10 +14,12 @@ static const int kSleepTime = 250;
// Used by AutomationProxy, declared here so that other headers don't need
// to include automation_proxy.h.
enum AutomationLaunchResult {
+ AUTOMATION_LAUNCH_RESULT_INVALID = -1,
AUTOMATION_SUCCESS,
AUTOMATION_TIMEOUT,
AUTOMATION_VERSION_MISMATCH,
- AUTOMATION_CREATE_TAB_FAILED
+ AUTOMATION_CREATE_TAB_FAILED,
+ AUTOMATION_SERVER_CRASHED,
};
enum AutomationMsg_NavigationResponseValues {