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

Unified Diff: content/browser/renderer_host/legacy_render_widget_host_win.cc

Issue 884683003: Add more logging to track down flakiness (2). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@log_wm_getobject
Patch Set: Created 5 years, 11 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 | « content/browser/accessibility/browser_accessibility_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/legacy_render_widget_host_win.cc
diff --git a/content/browser/renderer_host/legacy_render_widget_host_win.cc b/content/browser/renderer_host/legacy_render_widget_host_win.cc
index a1e58819c09369350a3b77f867ddb49351b05044..9c5d61002f193f843f1c5aa5c97cc92ac224ca63 100644
--- a/content/browser/renderer_host/legacy_render_widget_host_win.cc
+++ b/content/browser/renderer_host/legacy_render_widget_host_win.cc
@@ -124,6 +124,10 @@ bool LegacyRenderWidgetHostHWND::Init() {
CHILDID_SELF);
}
+ // http://crbug.com/440579 TODO(dmazzoni): remove this logging when
+ // flakiness is fixed.
+ LOG(INFO) << "LegacyRenderWidgetHostHWND::Init hwnd=" << hwnd();
+
return !!SUCCEEDED(hr);
}
« no previous file with comments | « content/browser/accessibility/browser_accessibility_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698