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

Unified Diff: chrome/browser/tab_contents/background_contents.cc

Issue 8956050: Rename TabContents::controller() to GetController and put it into the WebContents interface. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/background_contents.cc
===================================================================
--- chrome/browser/tab_contents/background_contents.cc (revision 115228)
+++ chrome/browser/tab_contents/background_contents.cc (working copy)
@@ -33,7 +33,7 @@
// TODO(rafaelw): Implement correct session storage.
tab_contents_.reset(new TabContents(
profile_, site_instance, routing_id, NULL, NULL));
- tab_contents_->set_view_type(chrome::VIEW_TYPE_BACKGROUND_CONTENTS);
+ tab_contents_->SetViewType(chrome::VIEW_TYPE_BACKGROUND_CONTENTS);
tab_contents_->SetDelegate(this);
TabContentsObserver::Observe(tab_contents_.get());
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698