Chromium Code Reviews| Index: chrome/browser/ui/tab_helpers.cc |
| diff --git a/chrome/browser/ui/tab_helpers.cc b/chrome/browser/ui/tab_helpers.cc |
| index 036271bd0622c3925e7163acf9595ad38541bfdf..93322776f6609a659f100fcf9c0fb64daa0e9730 100644 |
| --- a/chrome/browser/ui/tab_helpers.cc |
| +++ b/chrome/browser/ui/tab_helpers.cc |
| @@ -6,6 +6,7 @@ |
| #include "base/command_line.h" |
| #include "chrome/browser/browser_process.h" |
| +#include "chrome/browser/content_settings/chrome_content_settings_client.h" |
| #include "chrome/browser/content_settings/tab_specific_content_settings.h" |
| #include "chrome/browser/favicon/favicon_tab_helper.h" |
| #include "chrome/browser/history/history_tab_helper.h" |
| @@ -151,6 +152,7 @@ void TabHelpers::AttachTabHelpers(WebContents* web_contents) { |
| ChromePasswordManagerClient::GetManagerFromWebContents(web_contents)); |
| SearchTabHelper::CreateForWebContents(web_contents); |
| TabSpecificContentSettings::CreateForWebContents(web_contents); |
|
blundell
2014/10/13 08:55:58
TODO with bugref here to get rid of TabSpecificCon
vabr (Chromium)
2014/10/13 09:33:17
Done.
|
| + ChromeContentSettingsClient::CreateForWebContents(web_contents); |
| ChromeTranslateClient::CreateForWebContents(web_contents); |
| // --- Platform-specific tab helpers --- |