| Index: chrome/browser/extensions/api/commands/command_service.cc
|
| diff --git a/chrome/browser/extensions/api/commands/command_service.cc b/chrome/browser/extensions/api/commands/command_service.cc
|
| index 74d3b6a66ee0bb464a4d35644f22ee213378ba6a..3656f4b98830ca5dbfcde76a2b77127600157e38 100644
|
| --- a/chrome/browser/extensions/api/commands/command_service.cc
|
| +++ b/chrome/browser/extensions/api/commands/command_service.cc
|
| @@ -361,8 +361,7 @@ Command CommandService::FindCommandByName(const std::string& extension_id,
|
| if (!IsForCurrentPlatform(shortcut))
|
| continue;
|
| bool global = false;
|
| - if (FeatureSwitch::global_commands()->IsEnabled())
|
| - item->GetBoolean(kGlobal, &global);
|
| + item->GetBoolean(kGlobal, &global);
|
|
|
| std::vector<std::string> tokens;
|
| base::SplitString(shortcut, ':', &tokens);
|
|
|