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

Unified Diff: chrome/browser/extensions/extension_install_ui_default.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_install_ui_default.h
diff --git a/chrome/browser/extensions/extension_install_ui_default.h b/chrome/browser/extensions/extension_install_ui_default.h
index 5e37d067a9c1a699c9cadc99507c60fe8a500977..ff2f87c7a81cc369b7fb015bbfa267678c018575 100644
--- a/chrome/browser/extensions/extension_install_ui_default.h
+++ b/chrome/browser/extensions/extension_install_ui_default.h
@@ -10,7 +10,6 @@
class InfoBarDelegate;
class TabContents;
-typedef TabContents TabContentsWrapper;
class ExtensionInstallUIDefault : public ExtensionInstallUI {
public:
@@ -35,7 +34,7 @@ class ExtensionInstallUIDefault : public ExtensionInstallUI {
// Returns the delegate to control the browser's info bar. This is
// within its own function due to its platform-specific nature.
static InfoBarDelegate* GetNewThemeInstalledInfoBarDelegate(
- TabContentsWrapper* tab_contents,
+ TabContents* tab_contents,
const extensions::Extension* new_theme,
const std::string& previous_theme_id,
bool previous_using_native_theme);

Powered by Google App Engine
This is Rietveld 408576698