Index: chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc |
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc |
index 89450516b9f69390c33c5a3ba92b72f76ae497db..5fa44ed5a7dfbdb892b7ca09107f8aa7eb6d5812 100644 |
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc |
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -107,7 +107,6 @@ 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"; |