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

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

Issue 2070053003: Remove logging added for debugging the lockscreen crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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.h
diff --git a/chrome/browser/chromeos/login/lock/webui_screen_locker.h b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
index 94957633b05574b5dd6ce67c04e7032f37e231f4..8ab0377f692aaa6db058ec7a873be7590b821c67 100644
--- a/chrome/browser/chromeos/login/lock/webui_screen_locker.h
+++ b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
@@ -114,14 +114,6 @@ class WebUIScreenLocker : public WebUILoginView,
// content::WebContentsObserver:
void RenderProcessGone(base::TerminationStatus status) override;
- // TODO(jdufault): Remove PluginCrashed, PluginHungStatusChanged,
- // WebContentsDestroyed overrides once crbug.com/452599 is resolved.
- void PluginCrashed(const base::FilePath& plugin_path,
- base::ProcessId plugin_pid) override;
- void PluginHungStatusChanged(int plugin_child_id,
- const base::FilePath& plugin_path,
- bool is_hung) override;
- void WebContentsDestroyed() override;
// ash::KeyboardStateObserver:
void OnVirtualKeyboardStateChanged(bool activated) override;

Powered by Google App Engine
This is Rietveld 408576698