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

Unified Diff: ash/wm/lock_state_controller.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: ash/wm/lock_state_controller.h
diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h
index fcd26a83f6275e80f0d3c1b83ffb2907343e69bf..f681127ecc882d329ebf6de294180320c2375cf7 100644
--- a/ash/wm/lock_state_controller.h
+++ b/ash/wm/lock_state_controller.h
@@ -41,12 +41,6 @@ class ASH_EXPORT LockStateControllerDelegate {
LockStateControllerDelegate() {}
virtual ~LockStateControllerDelegate() {}
- // Returns true if the lock screen webpage instance is loading.
- // TODO(jdufault): Remove this method once crbug.com/452599 is resolved. We
- // proxy the IsLoading method call into this delegate because ash forbids all
- // icnludes from content/.
- virtual bool IsLoading() const = 0;
-
virtual void RequestLockScreen() = 0;
virtual void RequestShutdown() = 0;
@@ -320,8 +314,6 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver,
// Started when we request that the screen be locked. When it fires, we
// assume that our request got dropped.
base::OneShotTimer lock_fail_timer_;
- // TODO(jdufault): Remove after resolving crbug.com/452599.
- bool lock_fail_timer_is_stopped_;
// Started when the screen is locked while the power button is held. Adds a
// delay between the appearance of the lock screen and the beginning of the

Powered by Google App Engine
This is Rietveld 408576698