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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 11411180: move favicon download code from chrome/ into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index db63498bde460e8723d8eb9bf6267bd1a20bfb6b..80605bdba52ebf8e709970add5590c1d743110af 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -38,6 +38,7 @@ class WebContents;
class WebContentsImpl;
class WebIntentsDispatcher;
struct ContextMenuParams;
+struct FaviconURL;
jam 2012/11/27 01:16:31 this isn't used here?
Cait (Slow) 2012/11/28 00:11:45 Done.
struct FileChooserParams;
struct NativeWebKeyboardEvent;
struct SSLStatus;

Powered by Google App Engine
This is Rietveld 408576698