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

Unified Diff: chrome/browser/chromeos/external_protocol_dialog.cc

Issue 124393002: Remove calls of PrerenderTracker::TryCancel in ChromeResourceDispatcherHostDelegate::HandleExternal… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 6 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 | « no previous file | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/external_protocol_dialog.cc
===================================================================
--- chrome/browser/chromeos/external_protocol_dialog.cc (revision 243063)
+++ chrome/browser/chromeos/external_protocol_dialog.cc (working copy)
@@ -35,7 +35,6 @@
const GURL& url, int render_process_host_id, int routing_id) {
WebContents* web_contents = tab_util::GetWebContentsByID(
render_process_host_id, routing_id);
- DCHECK(web_contents);
tburkard 2014/01/06 10:54:38 Why this change, seems like the semantics of |web_
jam 2014/01/06 15:44:18 I actually had to change this to fix a crash, so t
new ExternalProtocolDialog(web_contents, url);
}
« no previous file with comments | « no previous file | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698