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

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

Issue 10535077: TabContentsWrapper -> TabContents, part 12. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ 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.h
diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h
index 1f46eec4627fceb99a061357cc7e7ad006e4078e..d9001099ecb7680e9e289c382ba8be14fb23b764 100644
--- a/chrome/browser/extensions/extension_install_ui.h
+++ b/chrome/browser/extensions/extension_install_ui.h
@@ -24,7 +24,6 @@ class MessageLoop;
class Profile;
class InfoBarDelegate;
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace base {
class DictionaryValue;
@@ -260,7 +259,7 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer {
// 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