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

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: 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
« no previous file with comments | « ash/wm/lock_state_controller.cc ('k') | chrome/browser/chromeos/login/lock/webui_screen_locker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/wm/lock_state_controller.cc ('k') | chrome/browser/chromeos/login/lock/webui_screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698