| Index: content/browser/renderer_host/render_view_host_factory.cc | 
| diff --git a/content/browser/renderer_host/render_view_host_factory.cc b/content/browser/renderer_host/render_view_host_factory.cc | 
| index 13b2c082480e8ea6ec03f99b40b2d694f6a21874..bcd1c9ab1bd6cae1499b3f46265bd284515a063e 100644 | 
| --- a/content/browser/renderer_host/render_view_host_factory.cc | 
| +++ b/content/browser/renderer_host/render_view_host_factory.cc | 
| @@ -15,6 +15,9 @@ namespace content { | 
| RenderViewHostFactory* RenderViewHostFactory::factory_ = nullptr; | 
|  | 
| // static | 
| +bool RenderViewHostFactory::is_real_render_view_host_ = false; | 
| + | 
| +// static | 
| RenderViewHost* RenderViewHostFactory::Create( | 
| SiteInstance* instance, | 
| RenderViewHostDelegate* delegate, | 
|  |