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

Unified Diff: chrome/browser/ui/panels/panel_host.h

Issue 10828289: Revert 151353 - Panels refactor: Support browserless panels on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/ui/panels/panel_gtk.cc ('k') | chrome/browser/ui/panels/panel_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/ui/panels/panel_gtk.cc ('k') | chrome/browser/ui/panels/panel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698