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

Unified Diff: chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h

Issue 1138063006: Add invalid url failure to screencapture command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 5 years, 7 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/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
diff --git a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
index 819ca33c472958c9b9e2e518cdcb786cace2fb01..fb8aa79327b4bde6595dab616415b84a8fee8396 100644
--- a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
+++ b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
@@ -53,7 +53,10 @@ class DeviceCommandScreenshotJob : public RemoteCommandJob,
FAILURE_SERVER = 4,
// Failed due to a client-side error.
- FAILURE_CLIENT = 5
+ FAILURE_CLIENT = 5,
+
+ // Failed due to an invalid upload url.
+ FAILURE_INVALID_URL = 6
};
// A delegate interface used by DeviceCommandScreenshotJob to retrieve its

Powered by Google App Engine
This is Rietveld 408576698