| 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 6c290b7058c80856d21a0bd74408744e43ce4eaf..1fbad9839a3714c8e109818ec3430dbad5f7d623 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_));
|
|
|