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

Unified Diff: components/content_settings/core/browser/BUILD.gn

Issue 2264583003: [HBD] Map ASK to DETECT_IMPORTANT_CONTENT when PreferHtmlOverPlugins is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/browser/plugins_field_trial.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings/core/browser/BUILD.gn
diff --git a/components/content_settings/core/browser/BUILD.gn b/components/content_settings/core/browser/BUILD.gn
index 2ab7f15cb398334a51767f40ca14971041219117..47e4b76986a02f361e5e06459c26842b2578eafa 100644
--- a/components/content_settings/core/browser/BUILD.gn
+++ b/components/content_settings/core/browser/BUILD.gn
@@ -46,13 +46,6 @@ static_library("browser") {
"website_settings_registry.h",
]
- if (enable_plugins) {
- sources += [
- "plugins_field_trial.cc",
- "plugins_field_trial.h",
- ]
- }
-
deps = [
"//base",
"//components/content_settings/core/common",
« no previous file with comments | « components/content_settings.gypi ('k') | components/content_settings/core/browser/plugins_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698