Update ui_util.cc
This commit is contained in:
parent
fce90fc1b5
commit
3438a21f3b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ bool ShouldDisplayInExtensionSettings(Manifest::Type type,
|
|||
|
||||
// Hide component extensions because they are only extensions as an
|
||||
// implementation detail of Chrome.
|
||||
if (Manifest::IsComponentLocation(location)
|
||||
if (Manifest::IsComponentLocation(location) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue