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

Unified Diff: chrome/test/chromedriver/status.h

Issue 12226026: [ChromeDriver] Select the main frame if a non-existant child frame is targeted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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/chromedriver/session_unittest.cc ('k') | chrome/test/chromedriver/status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/status.h
diff --git a/chrome/test/chromedriver/status.h b/chrome/test/chromedriver/status.h
index 446aec2cefa6732b55889b67b1f7ca2c38a9bfd0..4763c01247239cf4ac9c17a9234ff742ec657b05 100644
--- a/chrome/test/chromedriver/status.h
+++ b/chrome/test/chromedriver/status.h
@@ -21,6 +21,7 @@ enum StatusCode {
kSessionNotCreatedException = 33,
// Chrome-specific status codes.
kNoSuchSession = 100,
+ kNoSuchFrame,
kChromeNotReachable,
kDisconnected,
};
« no previous file with comments | « chrome/test/chromedriver/session_unittest.cc ('k') | chrome/test/chromedriver/status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698