summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 22:20:04 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 22:20:04 +0000
commitcccb5cfafbd1372883b3fa5b858b74905e8937d6 (patch)
tree548441a7e6fb992f98876c453e4ced7ea23afa61 /ash
parent8069048b719fb80323b2a0dd85ff989789e49c09 (diff)
downloadchromium_src-cccb5cfafbd1372883b3fa5b858b74905e8937d6.zip
chromium_src-cccb5cfafbd1372883b3fa5b858b74905e8937d6.tar.gz
chromium_src-cccb5cfafbd1372883b3fa5b858b74905e8937d6.tar.bz2
Reland 140814 - Rename ShellRenderView{,Host}Observer to LayoutTestController{,Host}
also hook up the stay on page after handling before unload flag. Also removing incorrect references from aura/ui code to layout test controller stuff BUG=111316 TEST=manual TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10538031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140862 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r--ash/shell/content_client/shell_content_browser_client.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/shell/content_client/shell_content_browser_client.cc b/ash/shell/content_client/shell_content_browser_client.cc
index 914e272..dc447e9 100644
--- a/ash/shell/content_client/shell_content_browser_client.cc
+++ b/ash/shell/content_client/shell_content_browser_client.cc
@@ -10,7 +10,6 @@
#include "content/public/browser/resource_dispatcher_host.h"
#include "content/shell/shell.h"
#include "content/shell/shell_devtools_delegate.h"
-#include "content/shell/shell_render_view_host_observer.h"
#include "content/shell/shell_resource_dispatcher_host_delegate.h"
#include "content/shell/shell_switches.h"
#include "googleurl/src/gurl.h"
@@ -34,7 +33,6 @@ content::BrowserMainParts* ShellContentBrowserClient::CreateBrowserMainParts(
void ShellContentBrowserClient::RenderViewHostCreated(
content::RenderViewHost* render_view_host) {
- new content::ShellRenderViewHostObserver(render_view_host);
}
void ShellContentBrowserClient::ResourceDispatcherHostCreated() {