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

Unified Diff: chrome/browser/ui/tab_helpers.cc

Issue 646973002: Introduce ChromeContentSettingsClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compiler issues Created 6 years, 2 months 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: 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 ---

Powered by Google App Engine
This is Rietveld 408576698