mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
now all chromium patches in all helium repos follow the same dir pattern: `<vendor>/<group>/<...>/<patch>` and there's no longer a "contrib" dir which was admittedly kind of confusing
13 lines
495 B
C++
13 lines
495 B
C++
--- a/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
|
|
+++ b/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
|
|
@@ -17,9 +17,6 @@
|
|
// static
|
|
void GoogleApiKeysInfoBarDelegate::Create(
|
|
infobars::ContentInfoBarManager* infobar_manager) {
|
|
- infobar_manager->AddInfoBar(
|
|
- CreateConfirmInfoBar(std::unique_ptr<ConfirmInfoBarDelegate>(
|
|
- new GoogleApiKeysInfoBarDelegate())));
|
|
}
|
|
|
|
GoogleApiKeysInfoBarDelegate::GoogleApiKeysInfoBarDelegate() = default;
|