| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 2f0bc2361a08443e4e693079e19133d384cdfbd4..593874b19631613aace28ef3938416bc57f5ecd8 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -22,6 +22,7 @@
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/common/content_constants.h"
|
| #include "content/public/common/renderer_preferences.h"
|
| #include "content/public/common/three_d_api_types.h"
|
| #include "net/base/load_states.h"
|
| @@ -273,7 +274,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void DidChooseColorInColorChooser(int color_chooser_id,
|
| SkColor color) OVERRIDE;
|
| virtual void DidEndColorChooser(int color_chooser_id) OVERRIDE;
|
| - virtual int DownloadFavicon(const GURL& url, int image_size,
|
| + virtual int DownloadFavicon(const GURL& url,
|
| + DownloadImageType image_type,
|
| + int image_size,
|
| const FaviconDownloadCallback& callback) OVERRIDE;
|
|
|
| // Implementation of PageNavigator.
|
|
|