Index: chrome/browser/ui/panels/panel_host.h |
=================================================================== |
--- chrome/browser/ui/panels/panel_host.h (revision 151357) |
+++ chrome/browser/ui/panels/panel_host.h (working copy) |
@@ -15,7 +15,6 @@ |
class FaviconTabHelper; |
class GURL; |
class Panel; |
-class PrefsTabHelper; |
class Profile; |
namespace content { |
@@ -99,7 +98,6 @@ |
// The following factory is used to close the panel via the message loop. |
base::WeakPtrFactory<PanelHost> weak_factory_; |
- scoped_ptr<PrefsTabHelper> prefs_tab_helper_; |
scoped_ptr<FaviconTabHelper> favicon_tab_helper_; |
scoped_ptr<content::WebContents> web_contents_; |
Property changes on: chrome/browser/ui/panels/panel_host.h |
___________________________________________________________________ |
Added: svn:mergeinfo |