chore: bump chromium to bf3f97675b5d9eade34526ebf730c (master) (#27305)
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
1023988ea8
commit
ed126eced4
55 changed files with 245 additions and 230 deletions
|
@ -232,3 +232,10 @@ GURL ElectronManagementAPIDelegate::GetIconURL(
|
|||
CHECK(icon_url.is_valid());
|
||||
return icon_url;
|
||||
}
|
||||
|
||||
GURL ElectronManagementAPIDelegate::GetEffectiveUpdateURL(
|
||||
const extensions::Extension& extension,
|
||||
content::BrowserContext* context) const {
|
||||
// TODO(codebytere): we do not currently support ExtensionManagement.
|
||||
return GURL::EmptyGURL();
|
||||
}
|
||||
|
|
|
@ -81,6 +81,8 @@ class ElectronManagementAPIDelegate : public extensions::ManagementAPIDelegate {
|
|||
int icon_size,
|
||||
ExtensionIconSet::MatchType match,
|
||||
bool grayscale) const override;
|
||||
GURL GetEffectiveUpdateURL(const extensions::Extension& extension,
|
||||
content::BrowserContext* context) const override;
|
||||
};
|
||||
|
||||
#endif // SHELL_BROWSER_EXTENSIONS_API_MANAGEMENT_ELECTRON_MANAGEMENT_API_DELEGATE_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue