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

Unified Diff: chrome/browser/extensions/extension_webstore_private_api.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
Index: chrome/browser/extensions/extension_webstore_private_api.cc
===================================================================
--- chrome/browser/extensions/extension_webstore_private_api.cc (revision 115228)
+++ chrome/browser/extensions/extension_webstore_private_api.cc (working copy)
@@ -371,7 +371,7 @@
// permissions install dialog.
scoped_refptr<WebstoreInstaller> installer = new WebstoreInstaller(
profile(), test_webstore_installer_delegate,
- &(dispatcher()->delegate()->GetAssociatedTabContents()->controller()),
+ &(dispatcher()->delegate()->GetAssociatedTabContents()->GetController()),
id, WebstoreInstaller::FLAG_NONE);
installer->Start();
@@ -426,7 +426,7 @@
scoped_refptr<WebstoreInstaller> installer = new WebstoreInstaller(
profile(), this,
- &(dispatcher()->delegate()->GetAssociatedTabContents()->controller()),
+ &(dispatcher()->delegate()->GetAssociatedTabContents()->GetController()),
id_, WebstoreInstaller::FLAG_NONE);
installer->Start();
}
« no previous file with comments | « chrome/browser/extensions/extension_web_ui.cc ('k') | chrome/browser/extensions/isolated_app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698