Index: content/browser/browser_plugin/browser_plugin_geolocation_permission_context.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.cc b/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.cc |
index 59a23b58225043ebfbc216875ab66e0e92e156ee..8a803c4712058bfa89e25f400d99fc12c15ad6d8 100644 |
--- a/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.cc |
+++ b/content/browser/browser_plugin/browser_plugin_geolocation_permission_context.cc |
@@ -49,7 +49,6 @@ void BrowserPluginGeolocationPermissionContext::RequestGeolocationPermission( |
// have geolocation access. |
RenderViewHost* rvh = RenderViewHost::FromID(render_process_id, |
render_view_id); |
- DCHECK(rvh); |
if (rvh) { |
DCHECK(rvh->GetProcess()->IsGuest()); |
WebContentsImpl* guest_web_contents = |