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

Unified Diff: content/browser/mock_content_browser_client.cc

Issue 7717011: Get rid of static TabContentsView::Create function since the interface is in content, but the imp... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix mac build Created 9 years, 4 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/browser/mock_content_browser_client.h ('k') | content/browser/site_instance_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mock_content_browser_client.cc
===================================================================
--- content/browser/mock_content_browser_client.cc (revision 97919)
+++ content/browser/mock_content_browser_client.cc (working copy)
@@ -18,6 +18,11 @@
MockContentBrowserClient::~MockContentBrowserClient() {
}
+TabContentsView* MockContentBrowserClient::CreateTabContentsView(
+ TabContents* tab_contents) {
+ return NULL;
+}
+
void MockContentBrowserClient::RenderViewHostCreated(
RenderViewHost* render_view_host) {
}
« no previous file with comments | « content/browser/mock_content_browser_client.h ('k') | content/browser/site_instance_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698