| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 0484a0735996937535d89f3b61773491f4272404..9b1b51e2dda39eee268639c4d863044ac62cc4fd 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -1082,6 +1082,9 @@ class TabContents : public PageNavigator,
|
| // Handles downloading favicons.
|
| scoped_ptr<FaviconHelper> favicon_helper_;
|
|
|
| + // Handles downloading touchicons.
|
| + scoped_ptr<FaviconHelper> touch_icon_helper_;
|
| +
|
| // Cached web app info data.
|
| WebApplicationInfo web_app_info_;
|
|
|
|
|