From f9a0684728f020c4f08c87ed5a2349832381a23a Mon Sep 17 00:00:00 2001 From: "atwilson@chromium.org" Date: Sat, 21 Aug 2010 00:32:40 +0000 Subject: Fix to change the sense (and name) of kRestoreBackgroundContents to be kDisableRestoreBackgroundContents BUG=52793 TEST=none Review URL: http://codereview.chromium.org/3202004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56945 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/background_contents_service_unittest.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/background_contents_service_unittest.cc') diff --git a/chrome/browser/background_contents_service_unittest.cc b/chrome/browser/background_contents_service_unittest.cc index 5a0819d..6e028ba 100644 --- a/chrome/browser/background_contents_service_unittest.cc +++ b/chrome/browser/background_contents_service_unittest.cc @@ -25,7 +25,6 @@ class BackgroundContentsServiceTest : public testing::Test { ~BackgroundContentsServiceTest() {} void SetUp() { command_line_.reset(new CommandLine(CommandLine::ARGUMENTS_ONLY)); - command_line_->AppendSwitch(switches::kRestoreBackgroundContents); } DictionaryValue* GetPrefs(Profile* profile) { -- cgit v1.1