| 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
|
|
|