We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66b41e6 + fa6a4f6 commit 0888144Copy full SHA for 0888144
tur-chromium/chromium-stable/1022-chromium-disable-google-api-warnings.patch
@@ -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