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

Unified Diff: chrome/browser/chromeos/login/lock/webui_screen_locker.cc

Issue 2070053003: Remove logging added for debugging the lockscreen crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Remove unneeded information Created 4 years, 6 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/login/lock/webui_screen_locker.cc
diff --git a/chrome/browser/chromeos/login/lock/webui_screen_locker.cc b/chrome/browser/chromeos/login/lock/webui_screen_locker.cc
index b15895cdb94dae8e3b8278221d8e528a0f25c3da..f238ca80dec2d446dbf1026ccb48ecc0de6072aa 100644
--- a/chrome/browser/chromeos/login/lock/webui_screen_locker.cc
+++ b/chrome/browser/chromeos/login/lock/webui_screen_locker.cc
@@ -353,27 +353,6 @@ void WebUIScreenLocker::RenderProcessGone(base::TerminationStatus status) {
}
}
-void WebUIScreenLocker::PluginCrashed(const base::FilePath& plugin_path,
- base::ProcessId plugin_pid) {
- LOG(ERROR) << "Plugin crash on lock screen (plugin_path: "
- << plugin_path.LossyDisplayName() << " plugin_pid: " << plugin_pid
- << ")";
-}
-
-void WebUIScreenLocker::PluginHungStatusChanged(
- int plugin_child_id,
- const base::FilePath& plugin_path,
- bool is_hung) {
- LOG(ERROR) << "Plugin hung status change on lock screen;"
- << " (plugin_child_id: " << plugin_child_id
- << " plugin_path: " << plugin_path.LossyDisplayName()
- << " is_hung: " << is_hung << ")";
-}
-
-void WebUIScreenLocker::WebContentsDestroyed() {
- VLOG(2) << "Lock screen WebContents instance destroyed";
-}
-
////////////////////////////////////////////////////////////////////////////////
// ash::KeyboardStateObserver overrides.
« no previous file with comments | « chrome/browser/chromeos/login/lock/webui_screen_locker.h ('k') | chrome/browser/chromeos/login/ui/webui_login_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698