Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: content/shell/shell_render_process_observer.h

Issue 12090066: [content shell] ShellRenderProcessObserver no longer depends on WebTestInterfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable tests which depend on eventsender Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/shell_content_renderer_client.cc ('k') | content/shell/shell_render_process_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_render_process_observer.h
diff --git a/content/shell/shell_render_process_observer.h b/content/shell/shell_render_process_observer.h
index baa1e7bc8849d2e641dbe212186653e378077669..1f8932d2c1422d708295e6027f07b160f9c17408 100644
--- a/content/shell/shell_render_process_observer.h
+++ b/content/shell/shell_render_process_observer.h
@@ -17,7 +17,6 @@ class WebFrame;
namespace WebTestRunner {
class WebTestDelegate;
-class WebTestInterfaces;
}
namespace content {
@@ -44,9 +43,6 @@ class ShellRenderProcessObserver : public RenderProcessObserver {
WebTestRunner::WebTestDelegate* test_delegate() const {
return test_delegate_;
}
- WebTestRunner::WebTestInterfaces* test_interfaces() const {
- return test_interfaces_.get();
- }
WebKitTestRunner* main_test_runner() const { return main_test_runner_; }
const FilePath& webkit_source_dir() const { return webkit_source_dir_; }
@@ -55,7 +51,6 @@ class ShellRenderProcessObserver : public RenderProcessObserver {
void OnResetAll();
void OnSetWebKitSourceDir(const FilePath& webkit_source_dir);
- scoped_ptr<WebTestRunner::WebTestInterfaces> test_interfaces_;
RenderView* main_render_view_;
WebKitTestRunner* main_test_runner_;
WebTestRunner::WebTestDelegate* test_delegate_;
« no previous file with comments | « content/shell/shell_content_renderer_client.cc ('k') | content/shell/shell_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698