Linux: Depend on liberation-fonts package for RPMs.
[chromium-blink-merge.git] / components / content_settings / core / browser / content_settings_info.cc
blob01fee49a33bf9d1be57c190d346d4afa900dd8be
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/content_settings/core/browser/content_settings_info.h"
7 namespace content_settings {
9 ContentSettingsInfo::ContentSettingsInfo(
10 const WebsiteSettingsInfo* website_settings_info,
11 const std::vector<std::string>& whitelisted_schemes)
12 : website_settings_info_(website_settings_info),
13 whitelisted_schemes_(whitelisted_schemes) {}
15 ContentSettingsInfo::~ContentSettingsInfo() {}
17 } // namespace content_settings