Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index 03faef23a9bbcd578e7fb1c3e8dc417456d8dd2e..5fb7c308188d7f015aeadd8d15a4a490cbf8c0ad 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -449,8 +449,6 @@ void BrowserPluginGuest::DidStopLoading(RenderViewHost* render_view_host) { |
void BrowserPluginGuest::RenderViewReady() { |
RenderViewHost* rvh = GetWebContents()->GetRenderViewHost(); |
- // The guest RenderView should always live in a guest process. |
- CHECK(rvh->GetProcess()->IsGuest()); |
// TODO(fsamuel): Investigate whether it's possible to update state earlier |
// here (see http://crbug.com/158151). |
Send(new InputMsg_SetFocus(routing_id(), focused_)); |