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

Unified Diff: chrome/common/automation_constants.h

Issue 9288051: Implement the webdriver window sizing commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 11 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
Index: chrome/common/automation_constants.h
diff --git a/chrome/common/automation_constants.h b/chrome/common/automation_constants.h
index ffb575445fc81af45590bfa97b1b04ff4e033a42..bd4ec01a0eff71fa07ec7d8ad61c0ab6b731b707 100644
--- a/chrome/common/automation_constants.h
+++ b/chrome/common/automation_constants.h
@@ -85,6 +85,8 @@ enum ErrorCode {
// An open modal dialog blocked the operation. The operation may have
// partially completed.
kBlockedByModalDialog = 2,
+ // An ID was supplied that is invalid or does not refer to an existing object.
+ kInvalidId = 3,
};
// Represents an automation error. Each error has a code and an error message.

Powered by Google App Engine
This is Rietveld 408576698