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

Unified Diff: chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h

Issue 6720050: Make contents settable in RVHTH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
diff --git a/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
index bf15c882d6ae22bf0ba56a8496d443b4bb489b2c..7dc578c9864f0deff86a449a5943ae6d462047c1 100644
--- a/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h
@@ -19,6 +19,8 @@ class TabContentsWrapperTestHarness : public RenderViewHostTestHarness {
virtual TestTabContents* contents() OVERRIDE;
TabContentsWrapper* contents_wrapper();
+ void SetContents(TestTabContents* contents);
+
protected:
// testing::Test
virtual void SetUp() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698