Update ui_util.cc

This commit is contained in:
Alexander David Frick 2022-05-20 02:06:49 -05:00 committed by GitHub
parent fce90fc1b5
commit 3438a21f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}