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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 6249010: Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « chrome/browser/tab_contents/infobar_delegate.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents.h
===================================================================
--- chrome/browser/tab_contents/tab_contents.h (revision 72158)
+++ chrome/browser/tab_contents/tab_contents.h (working copy)
@@ -65,7 +65,7 @@
class InfoBarDelegate;
class LoadNotificationDetails;
class OmniboxSearchHint;
-class PluginInstaller;
+class PluginInstallerInfoBarDelegate;
class Profile;
class PrerenderManager;
struct RendererPreferences;
@@ -146,8 +146,8 @@
// Returns true if contains content rendered by an extension.
bool HostsExtension() const;
- // Returns the PluginInstaller, creating it if necessary.
- PluginInstaller* GetPluginInstaller();
+ // Returns the PluginInstallerInfoBarDelegate, creating it if necessary.
+ PluginInstallerInfoBarDelegate* GetPluginInstaller();
// Returns the TabContentsSSLHelper, creating it if necessary.
TabContentsSSLHelper* GetSSLHelper();
@@ -1125,8 +1125,8 @@
// AutoFillManager.
scoped_ptr<AutoFillManager> autofill_manager_;
- // PluginInstaller, lazily created.
- scoped_ptr<PluginInstaller> plugin_installer_;
+ // PluginInstallerInfoBarDelegate, lazily created.
+ scoped_ptr<PluginInstallerInfoBarDelegate> plugin_installer_;
// TabContentsSSLHelper, lazily created.
scoped_ptr<TabContentsSSLHelper> ssl_helper_;
« no previous file with comments | « chrome/browser/tab_contents/infobar_delegate.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698