summaryrefslogtreecommitdiffstats
path: root/chrome/browser/background_contents_service_unittest.cc
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 00:32:40 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 00:32:40 +0000
commitf9a0684728f020c4f08c87ed5a2349832381a23a (patch)
treed49db009de18651bf71edcc73dbc55f358995317 /chrome/browser/background_contents_service_unittest.cc
parent6ddc4148d9596208e2397e959eec676df7e236b5 (diff)
downloadchromium_src-f9a0684728f020c4f08c87ed5a2349832381a23a.zip
chromium_src-f9a0684728f020c4f08c87ed5a2349832381a23a.tar.gz
chromium_src-f9a0684728f020c4f08c87ed5a2349832381a23a.tar.bz2
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
Diffstat (limited to 'chrome/browser/background_contents_service_unittest.cc')
-rw-r--r--chrome/browser/background_contents_service_unittest.cc1
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) {