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

Unified Diff: ash/test/test_lock_state_controller_delegate.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
« no previous file with comments | « ash/test/test_lock_state_controller_delegate.h ('k') | ash/wm/lock_state_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_lock_state_controller_delegate.cc
diff --git a/ash/test/test_lock_state_controller_delegate.cc b/ash/test/test_lock_state_controller_delegate.cc
index aa2d834e63e02d116804eea9d70d22155b584f35..55e46ac60473dfe9fd63a97d01b2cb0c7c6fde56 100644
--- a/ash/test/test_lock_state_controller_delegate.cc
+++ b/ash/test/test_lock_state_controller_delegate.cc
@@ -15,13 +15,6 @@ TestLockStateControllerDelegate::TestLockStateControllerDelegate()
TestLockStateControllerDelegate::~TestLockStateControllerDelegate() {
}
-bool TestLockStateControllerDelegate::IsLoading() const {
- // There is no way for to know, since we can't include the
- // content::WebContents definition (whose instance we can retrieve from
- // ScreenLocker).
- return false;
-}
-
void TestLockStateControllerDelegate::RequestLockScreen() {
++num_lock_requests_;
}
« no previous file with comments | « ash/test/test_lock_state_controller_delegate.h ('k') | ash/wm/lock_state_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698