| Index: content/shell/shell_content_browser_client.cc
|
| diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
|
| index 77d87abc626814cf8861e7b84e0a3f83b591651f..01296bb3c277873fcb58d8e2b0fc0b0c252fb5fe 100644
|
| --- a/content/shell/shell_content_browser_client.cc
|
| +++ b/content/shell/shell_content_browser_client.cc
|
| @@ -8,6 +8,7 @@
|
| #include "content/shell/shell.h"
|
| #include "content/shell/shell_browser_main.h"
|
| #include "content/shell/shell_devtools_delegate.h"
|
| +#include "content/shell/shell_render_view_host_observer.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "webkit/glue/webpreferences.h"
|
| @@ -52,6 +53,7 @@ WebContentsView* ShellContentBrowserClient::CreateWebContentsView(
|
|
|
| void ShellContentBrowserClient::RenderViewHostCreated(
|
| RenderViewHost* render_view_host) {
|
| + new ShellRenderViewHostObserver(render_view_host);
|
| }
|
|
|
| void ShellContentBrowserClient::RenderProcessHostCreated(
|
|
|