mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 140240.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@679 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -313,6 +313,7 @@ CefRefPtr<CefBrowserHostImpl> CefContext::GetBrowserByID(int id) {
|
||||
return it->get();
|
||||
}
|
||||
|
||||
DLOG(ERROR) << "No browser matching unique id " << id;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@@ -326,6 +327,8 @@ CefRefPtr<CefBrowserHostImpl> CefContext::GetBrowserByRoutingID(
|
||||
return it->get();
|
||||
}
|
||||
|
||||
DLOG(ERROR) << "No browser matching process id " << render_process_id <<
|
||||
" and view id " << render_view_id;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user