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

Unified Diff: chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc

Issue 2412963003: Replace CHROMEOS_SYSLOG logs with SYSLOG logs so remote command related (Closed)
Patch Set: Created 4 years, 2 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/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 b6450fc26ced565f2e360491fce6adf2e55b73af..fe9264c2a3ce02e1b5356ddf8dc2b4a259381a3c 100644
--- a/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc
+++ b/chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.cc
@@ -4,8 +4,8 @@
#include "chrome/browser/chromeos/policy/remote_commands/screenshot_delegate.h"
-#include "base/chromeos/logging.h"
#include "base/memory/ptr_util.h"
+#include "base/syslog_logging.h"
#include "base/threading/thread_task_runner_handle.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h"
@@ -59,7 +59,7 @@ std::unique_ptr<UploadJob> ScreenshotDelegate::CreateUploadJob(
std::string robot_account_id =
device_oauth2_token_service->GetRobotAccountId();
- CHROMEOS_SYSLOG(WARNING) << "Creating upload job for screenshot";
+ SYSLOG(INFO) << "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,

Powered by Google App Engine
This is Rietveld 408576698