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

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

Issue 23542015: [chromedriver] Fallback to devtools for screenshotting of forbidden urls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/test/chromedriver/chrome/status.h
diff --git a/chrome/test/chromedriver/chrome/status.h b/chrome/test/chromedriver/chrome/status.h
index ae1d549f04fa6695a7fe0736a5a375d7517b6cb1..37ef92f3ee372e35be5e6d6c34085140545a5d3c 100644
--- a/chrome/test/chromedriver/chrome/status.h
+++ b/chrome/test/chromedriver/chrome/status.h
@@ -32,6 +32,7 @@ enum StatusCode {
kChromeNotReachable = 100,
kNoSuchExecutionContext,
kDisconnected,
+ kForbidden = 103,
};
// Represents a WebDriver status, which may be an error or ok.

Powered by Google App Engine
This is Rietveld 408576698