| Index: chrome/browser/extensions/component_loader.cc
|
| diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
|
| index 3b7647ed1b2dee616b4a671e83fa6958f7704e7e..559f2c011680f539b27a7a32844c1071813ee7f0 100644
|
| --- a/chrome/browser/extensions/component_loader.cc
|
| +++ b/chrome/browser/extensions/component_loader.cc
|
| @@ -569,7 +569,8 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages(
|
| AddNetworkSpeechSynthesisExtension();
|
| #endif
|
|
|
| - if (command_line->HasSwitch(switches::kEnableEasyUnlock)) {
|
| + if (!skip_session_components &&
|
| + command_line->HasSwitch(switches::kEnableEasyUnlock)) {
|
| if (command_line->HasSwitch(switches::kEasyUnlockAppPath)) {
|
| base::FilePath easy_unlock_path(
|
| command_line->GetSwitchValuePath(switches::kEasyUnlockAppPath));
|
|
|