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

Unified Diff: chrome/common/automation_constants.cc

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
« no previous file with comments | « chrome/common/automation_constants.h ('k') | chrome/test/automation/automation_json_requests.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/automation_constants.cc
diff --git a/chrome/common/automation_constants.cc b/chrome/common/automation_constants.cc
index 0fbb0de82e974b88f496fb15f799651fec6f2362..e68c12a0bfcfc5bedb39e9a3f25edf0ace22af27 100644
--- a/chrome/common/automation_constants.cc
+++ b/chrome/common/automation_constants.cc
@@ -32,6 +32,8 @@ const char* DefaultMessageForErrorCode(ErrorCode code) {
return "No JavaScript modal dialog is open";
case kBlockedByModalDialog:
return "Command blocked by an open modal dialog";
+ case kInvalidId:
+ return "ID is invalid or does not refer to an existing object";
default:
return "<unknown>";
}
« no previous file with comments | « chrome/common/automation_constants.h ('k') | chrome/test/automation/automation_json_requests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698