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

Unified Diff: chrome/browser/extensions/extension_tab_helper_delegate.cc

Issue 10535077: TabContentsWrapper -> TabContents, part 12. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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/extensions/extension_tab_helper_delegate.cc
diff --git a/chrome/browser/extensions/extension_tab_helper_delegate.cc b/chrome/browser/extensions/extension_tab_helper_delegate.cc
index 0f6a2dbb13d9d7904e263274d97fa0233e7cd47e..aa95897d3d5150595dd3ba9383206812f00674d1 100644
--- a/chrome/browser/extensions/extension_tab_helper_delegate.cc
+++ b/chrome/browser/extensions/extension_tab_helper_delegate.cc
@@ -9,10 +9,9 @@ ExtensionTabHelperDelegate::~ExtensionTabHelperDelegate() {
// Notification when an application programmatically requests installation.
void ExtensionTabHelperDelegate::OnInstallApplication(
- TabContentsWrapper* source,
- const WebApplicationInfo& app_info) {
+ TabContents* source, const WebApplicationInfo& app_info) {
}
void ExtensionTabHelperDelegate::OnDidGetApplicationInfo(
- TabContentsWrapper* source, int32 page_id) {
+ TabContents* source, int32 page_id) {
}
« no previous file with comments | « chrome/browser/extensions/extension_tab_helper_delegate.h ('k') | chrome/browser/extensions/extension_tab_id_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698