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

Unified Diff: chrome/browser/chromeos/login/ui/webui_login_view.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/ui/webui_login_view.cc
diff --git a/chrome/browser/chromeos/login/ui/webui_login_view.cc b/chrome/browser/chromeos/login/ui/webui_login_view.cc
index fda501d359fb080cf553505c55409085cef6056e..8c521952f8421ed03ec1c6512327e08405a3ccd0 100644
--- a/chrome/browser/chromeos/login/ui/webui_login_view.cc
+++ b/chrome/browser/chromeos/login/ui/webui_login_view.cc
@@ -513,32 +513,6 @@ bool WebUILoginView::PreHandleGestureEvent(
event.type == blink::WebGestureEvent::GesturePinchEnd;
}
-void WebUILoginView::LoadProgressChanged(content::WebContents* source,
- double progress) {
- // TODO(jdufault): Remove once crbug.com/452599 is resolved.
- VLOG(1) << "WebUILoginView loading progress updated to " << progress;
-}
-
-void WebUILoginView::BeforeUnloadFired(content::WebContents* tab,
- bool proceed,
- bool* proceed_to_fire_unload) {
- VLOG(1) << "WebUILoginView is unloading";
- *proceed_to_fire_unload = true;
-}
-
-void WebUILoginView::RendererUnresponsive(content::WebContents* source) {
- VLOG(1) << "WebUILoginView renderer became unresponsive";
-}
-
-void WebUILoginView::RendererResponsive(content::WebContents* source) {
- VLOG(1) << "WebUILoginView renderer became responsive";
-}
-
-void WebUILoginView::DidNavigateMainFramePostCommit(
- content::WebContents* source) {
- VLOG(1) << "WebUILoginView navigated";
-}
-
void WebUILoginView::OnLoginPromptVisible() {
// If we're hidden than will generate this signal once we're shown.
if (is_hidden_ || webui_visible_) {
« no previous file with comments | « chrome/browser/chromeos/login/ui/webui_login_view.h ('k') | chrome/browser/chromeos/power/power_button_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698