diff options
Diffstat (limited to 'chrome/browser/background_contents_service_unittest.cc')
-rw-r--r-- | chrome/browser/background_contents_service_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |