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

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

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.h
diff --git a/chrome/browser/extensions/extension_tab_helper_delegate.h b/chrome/browser/extensions/extension_tab_helper_delegate.h
index e7b082747809af7e63730c803b0da54d0a787696..212da52a43e21a25cc16c7f0e849fae173450061 100644
--- a/chrome/browser/extensions/extension_tab_helper_delegate.h
+++ b/chrome/browser/extensions/extension_tab_helper_delegate.h
@@ -9,7 +9,6 @@
#include "base/basictypes.h"
class TabContents;
-typedef TabContents TabContentsWrapper;
struct WebApplicationInfo;
// Objects implement this interface to get notified about changes in the
@@ -17,11 +16,11 @@ struct WebApplicationInfo;
class ExtensionTabHelperDelegate {
public:
// Notification that a user's request to install an application has completed.
- virtual void OnDidGetApplicationInfo(TabContentsWrapper* source,
+ virtual void OnDidGetApplicationInfo(TabContents* source,
int32 page_id);
// Notification when an application programmatically requests installation.
- virtual void OnInstallApplication(TabContentsWrapper* source,
+ virtual void OnInstallApplication(TabContents* source,
const WebApplicationInfo& app_info);
protected:
virtual ~ExtensionTabHelperDelegate();
« no previous file with comments | « chrome/browser/extensions/extension_tab_helper.cc ('k') | chrome/browser/extensions/extension_tab_helper_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698