Chromium Code Reviews| 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 3842a85744a04ccbd6285abd903399d9b67064ab..bdf7da5b6f3639b37db27a326b6824446f4efde9 100644 |
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc |
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
| @@ -615,8 +615,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. |
|
lazyboy
2014/05/27 19:22:22
I'd keep this until we start upstreaming appview c
Fady Samuel
2014/05/27 21:56:34
This seems more appropriately in WebViewGuest. I'v
|
| - 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_)); |