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

Unified Diff: content/shell/shell_render_process_observer.h

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: version that doesn't expose RenderViewImpl in public API Created 8 years, 1 month 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
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 b802100895f6c3e8cf9d971d846bf732ccb0a4ad..bb85b61fbef4e02eb402854bd047fd82295f2f3f 100644
--- a/content/shell/shell_render_process_observer.h
+++ b/content/shell/shell_render_process_observer.h
@@ -33,6 +33,9 @@ class ShellRenderProcessObserver : public RenderProcessObserver {
void SetMainWindow(RenderView* view,
WebTestRunner::WebTestDelegate* delegate);
void BindTestRunnersToWindow(WebKit::WebFrame* frame);
+ WebTestRunner::WebTestInterfaces* test_interfaces() const {
jam 2012/11/08 20:37:06 nit: getters usually are at the end, so i.e. after
+ return test_interfaces_.get();
+ }
// RenderProcessObserver implementation.
virtual void WebKitInitialized() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698