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

Unified Diff: chrome/browser/renderer_host/render_view_host.cc

Issue 243007: Retry r27137. Create renderers for ExtensionHosts one at a time to avoid blocking the UI. (Closed)
Patch Set: fix linux crash Created 11 years, 3 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/renderer_host/render_view_host.cc
diff --git a/chrome/browser/renderer_host/render_view_host.cc b/chrome/browser/renderer_host/render_view_host.cc
index fba69fb53377762a32d9b8c35e6336c6cc1edbeb..6a99f34cbbbc3a7996076dd6a123f77f18b3c088 100644
--- a/chrome/browser/renderer_host/render_view_host.cc
+++ b/chrome/browser/renderer_host/render_view_host.cc
@@ -203,7 +203,8 @@ bool RenderViewHost::CreateRenderView() {
FALSE,
0);
DCHECK(result) <<
- "Couldn't duplicate the modal dialog handle for the renderer.";
+ "Couldn't duplicate the modal dialog handle for the renderer: " <<
+ GetLastError();
#endif
ModalDialogEvent modal_dialog_event;
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/browser/views/extensions/extension_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698