| Index: chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc
|
| diff --git a/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc b/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc
|
| index 0c9784cdd6e5233e2ad529761808d2ccd3fe65ba..6e24bc447557e902f83935e74ed6856b3f46a02a 100644
|
| --- a/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc
|
| +++ b/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc
|
| @@ -56,6 +56,8 @@ std::unique_ptr<UploadJob> ScreenshotDelegate::CreateUploadJob(
|
| g_browser_process->system_request_context();
|
| std::string robot_account_id =
|
| device_oauth2_token_service->GetRobotAccountId();
|
| +
|
| + LOG(WARNING) << "Creating upload job for screenshot";
|
| return std::unique_ptr<UploadJob>(new UploadJobImpl(
|
| upload_url, robot_account_id, device_oauth2_token_service,
|
| system_request_context, delegate,
|
|
|