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 a774921feb9034d12130e62d58ccd6c34ea29639..b6450fc26ced565f2e360491fce6adf2e55b73af 100644 |
--- a/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc |
+++ b/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc |
@@ -4,6 +4,7 @@ |
#include "chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.h" |
+#include "base/chromeos/logging.h" |
#include "base/memory/ptr_util.h" |
#include "base/threading/thread_task_runner_handle.h" |
#include "chrome/browser/browser_process.h" |
@@ -57,6 +58,8 @@ std::unique_ptr<UploadJob> ScreenshotDelegate::CreateUploadJob( |
g_browser_process->system_request_context(); |
std::string robot_account_id = |
device_oauth2_token_service->GetRobotAccountId(); |
+ |
+ CHROMEOS_SYSLOG(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, |