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

Unified Diff: content/test/test_renderer_host.h

Issue 9689047: Added notion of currently active app / browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove default args from State Created 8 years, 9 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
Index: content/test/test_renderer_host.h
diff --git a/content/test/test_renderer_host.h b/content/test/test_renderer_host.h
index 3926c41b3d416ae0d5a217a7dccb8f5e00566e14..060cc70ef922415d02f4248ffb345d7fc60abcf2 100644
--- a/content/test/test_renderer_host.h
+++ b/content/test/test_renderer_host.h
@@ -149,6 +149,8 @@ class RenderViewHostTestHarness : public testing::Test {
virtual void SetUp() OVERRIDE;
virtual void TearDown() OVERRIDE;
+ aura::RootWindow* root_window() const { return root_window_.get(); }
Avi (use Gerrit) 2012/03/13 15:07:37 #if defined(USE_AURA)
DaveMoore 2012/03/13 23:33:56 Done.
+
// Replaces the RPH being used.
void SetRenderProcessHostFactory(RenderProcessHostFactory* factory);

Powered by Google App Engine
This is Rietveld 408576698