| Index: chrome/browser/prefs/command_line_pref_store.cc
|
| diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
|
| index d5fc8c4a637bfa0d278317a9d55db63cffd6dfcd..644f48aeac9c8f69f12021248ff02b172148c510 100644
|
| --- a/chrome/browser/prefs/command_line_pref_store.cc
|
| +++ b/chrome/browser/prefs/command_line_pref_store.cc
|
| @@ -170,8 +170,7 @@ void CommandLinePrefStore::ApplySSLSwitches() {
|
| }
|
|
|
| void CommandLinePrefStore::ApplyBackgroundModeSwitches() {
|
| - if (command_line_->HasSwitch(switches::kDisableBackgroundMode) ||
|
| - command_line_->HasSwitch(switches::kDisableExtensions)) {
|
| + if (command_line_->HasSwitch(switches::kDisableExtensions)) {
|
| base::Value* value = base::Value::CreateBooleanValue(false);
|
| SetValue(prefs::kBackgroundModeEnabled, value);
|
| }
|
|
|