| Index: chrome/browser/content_setting_bubble_model_unittest.cc
|
| diff --git a/chrome/browser/content_setting_bubble_model_unittest.cc b/chrome/browser/content_setting_bubble_model_unittest.cc
|
| index ac956b2c7557ea45fdf5c0405bfcb7cc6ef049fd..d9590e0456147308a568093999b5618c3fa43198 100644
|
| --- a/chrome/browser/content_setting_bubble_model_unittest.cc
|
| +++ b/chrome/browser/content_setting_bubble_model_unittest.cc
|
| @@ -109,6 +109,7 @@ TEST_F(ContentSettingBubbleModelTest, MultiplePlugins) {
|
| CommandLine* cmd = CommandLine::ForCurrentProcess();
|
| AutoReset<CommandLine> auto_reset(cmd, *cmd);
|
| cmd->AppendSwitch(switches::kEnableResourceContentSettings);
|
| + cmd->AppendSwitch(switches::kEnableClickToPlay);
|
|
|
| HostContentSettingsMap* map = profile_->GetHostContentSettingsMap();
|
| std::string fooPlugin = "foo";
|
|
|