Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / base / chrome_render_view_host_test_harness.cc
index affc0f0..8a76f35 100644 (file)
@@ -32,10 +32,6 @@ TestingProfile* ChromeRenderViewHostTestHarness::profile() {
   return static_cast<TestingProfile*>(browser_context());
 }
 
-RenderViewHostTester* ChromeRenderViewHostTestHarness::rvh_tester() {
-  return RenderViewHostTester::For(rvh());
-}
-
 static KeyedService* BuildSigninManagerFake(content::BrowserContext* context) {
   Profile* profile = static_cast<Profile*>(context);
 #if defined (OS_CHROMEOS)