Skip to content

Commit 0888144

Browse files
authored
Merge branch 'main' into cr-132
2 parents 66b41e6 + fa6a4f6 commit 0888144

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--- a/chrome/browser/ui/startup/infobar_utils.cc
2+
+++ b/chrome/browser/ui/startup/infobar_utils.cc
3+
@@ -154,7 +154,11 @@
4+
infobars::ContentInfoBarManager* infobar_manager =
5+
infobars::ContentInfoBarManager::FromWebContents(web_contents);
6+
7+
+#ifdef __TERMUX__
8+
+ if (0) {
9+
+#else
10+
if (!google_apis::HasAPIKeyConfigured()) {
11+
+#endif
12+
GoogleApiKeysInfoBarDelegate::Create(infobar_manager);
13+
}
14+

0 commit comments

Comments
 (0)