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

Unified Diff: chrome/test/chromedriver/chrome/automation_extension.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
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/automation_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/automation_extension.h
diff --git a/chrome/test/chromedriver/chrome/automation_extension.h b/chrome/test/chromedriver/chrome/automation_extension.h
index b89ff5aa6cce8c23ec7bb610dc527aca2ad5f2e2..c82af9f7f545eaafdff8704ec200629e28357790 100644
--- a/chrome/test/chromedriver/chrome/automation_extension.h
+++ b/chrome/test/chromedriver/chrome/automation_extension.h
@@ -24,6 +24,7 @@ class AutomationExtension {
~AutomationExtension();
// Captures the visible part of the current tab as a base64-encoded PNG.
+ // Returns |kForbidden| for security restricted pages.
Status CaptureScreenshot(std::string* screenshot);
// Gets the position of the current window.
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/automation_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698