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

Unified Diff: chrome/chrome_browser.gypi

Issue 902833003: Add a HostContentSettingsMap layer for Supervised Users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 10 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0c5f64a2c78f18b831a03130a44e4f086f77162f..fcc0b55cca9e70d26e2f6473541f723d8f0f9e18 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2576,6 +2576,8 @@
'browser/ssl/ssl_error_info.h',
],
'chrome_browser_supervised_user_sources': [
+ 'browser/content_settings/content_settings_supervised_provider.cc',
+ 'browser/content_settings/content_settings_supervised_provider.h',
'browser/supervised_user/child_accounts/child_account_feedback_reporter_android.cc',
'browser/supervised_user/child_accounts/child_account_feedback_reporter_android.h',
'browser/supervised_user/child_accounts/child_account_service.cc',

Powered by Google App Engine
This is Rietveld 408576698