| Index: chrome/browser/content_setting_bubble_model_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/content_setting_bubble_model_unittest.cc (revision 66837)
|
| +++ chrome/browser/content_setting_bubble_model_unittest.cc (working copy)
|
| @@ -109,6 +109,7 @@
|
| 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";
|
|
|