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

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
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>";
}

Powered by Google App Engine
This is Rietveld 408576698