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

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

Issue 11011002: Switch FaviconTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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/ui/panels/panel_host.h
diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h
index 4e5b41d43ae68c76ccb53d6287cb504475c44a7d..7f310bbdbb2940be8b896ffbba8dd002d03152fb 100644
--- a/chrome/browser/ui/panels/panel_host.h
+++ b/chrome/browser/ui/panels/panel_host.h
@@ -111,7 +111,6 @@ class PanelHost : public content::WebContentsDelegate,
base::WeakPtrFactory<PanelHost> weak_factory_;
scoped_ptr<PrefsTabHelper> prefs_tab_helper_;
- scoped_ptr<FaviconTabHelper> favicon_tab_helper_;
scoped_ptr<content::WebContents> web_contents_;
DISALLOW_COPY_AND_ASSIGN(PanelHost);

Powered by Google App Engine
This is Rietveld 408576698