| Index: chrome/browser/ui/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/ui/tab_contents/tab_contents.cc (revision 147972)
|
| +++ chrome/browser/ui/tab_contents/tab_contents.cc (working copy)
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/browser/favicon/favicon_tab_helper.h"
|
| #include "chrome/browser/history/history_tab_helper.h"
|
| #include "chrome/browser/infobars/infobar_tab_helper.h"
|
| +#include "chrome/browser/net/cache_stats.h"
|
| #include "chrome/browser/omnibox_search_hint.h"
|
| #include "chrome/browser/password_manager/password_manager.h"
|
| #include "chrome/browser/password_manager/password_manager_delegate_impl.h"
|
| @@ -101,6 +102,8 @@
|
| #endif
|
| blocked_content_tab_helper_.reset(new BlockedContentTabHelper(this));
|
| bookmark_tab_helper_.reset(new BookmarkTabHelper(this));
|
| + cache_stats_tab_helper_.reset(
|
| + new chrome_browser_net::CacheStatsTabHelper(this));
|
| #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
| captive_portal_tab_helper_.reset(
|
| new captive_portal::CaptivePortalTabHelper(profile(), web_contents()));
|
|
|