| Index: chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map_unittest.cc b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| index ac80c5297602fc0f7456bd812dee414b4916e2f1..8452a8af5ec6dbf943f7ccbc2ae115c0b3eb894f 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map_unittest.cc
|
| @@ -1220,13 +1220,6 @@ TEST_F(HostContentSettingsMapTest, GetContentSetting) {
|
| embedder, host, CONTENT_SETTINGS_TYPE_COOKIES, std::string()));
|
| }
|
|
|
| -TEST_F(HostContentSettingsMapTest, IsDefaultSettingAllowedForType) {
|
| - EXPECT_FALSE(HostContentSettingsMap::IsDefaultSettingAllowedForType(
|
| - CONTENT_SETTING_ALLOW, CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC));
|
| - EXPECT_FALSE(HostContentSettingsMap::IsDefaultSettingAllowedForType(
|
| - CONTENT_SETTING_ALLOW, CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA));
|
| -}
|
| -
|
| TEST_F(HostContentSettingsMapTest, AddContentSettingsObserver) {
|
| TestingProfile profile;
|
| HostContentSettingsMap* host_content_settings_map =
|
|
|