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

Unified Diff: chrome/browser/tab_contents/web_drag_source.cc

Issue 149466: Fix a crash that happens if a tab is closed while (Closed)
Patch Set: add comment to member var Created 11 years, 5 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/tab_contents/web_drag_source.cc
diff --git a/chrome/browser/tab_contents/web_drag_source.cc b/chrome/browser/tab_contents/web_drag_source.cc
index d61f3ba2170919f4042b6d15b6bbcc92404e9415..8a9ce8bdd37c3f8be694141b4356eec15c548000 100644
--- a/chrome/browser/tab_contents/web_drag_source.cc
+++ b/chrome/browser/tab_contents/web_drag_source.cc
@@ -37,11 +37,6 @@ WebDragSource::WebDragSource(gfx::NativeWindow source_wnd,
: BaseDragSource(),
source_wnd_(source_wnd),
render_view_host_(render_view_host) {
- // In an effort to try to track down http://crbug.com/12524 we now CHECK
- // when a NULL render_view_host is passed to us. I think this is what is
- // happening but it is hard to tell since the minidump is not helpful in this
- // case. At least we can then rule that out.
- CHECK(render_view_host_);
}
void WebDragSource::OnDragSourceCancel() {
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view.h ('k') | chrome/browser/views/tab_contents/tab_contents_view_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698