Castanets icon indicating copy to clipboard operation
Castanets copied to clipboard

Warning issue-2 after launching browser

Open kenmadhu opened this issue 5 years ago • 2 comments

Describe the bug After launching browser showing warning below url bar ( Google API Keys are missing.some functionality of chromium will be disabled)

To Reproduce Steps to reproduce the behavior:

  1. Launch browser from PC1 2 .Observe the warning below url bar in browser.

Expected behavior No warning should be shown below url bar.

Desktop (please complete the following information):

  • OS: Linux (V16.4)

kenmadhu avatar Sep 11 '19 09:09 kenmadhu

This warning (infobar) comes because it is not an official chrome build (which has google api key access by default), this comes even for opensource developer chrome build. This infobar is created in StartupBrowserCreatorImpl::AddInfoBarsIfNecessary() based on the googleapi key configuration. If required we can skip this infobar creation for castanets.

srirama179 avatar Sep 18 '19 11:09 srirama179

Shall I upload the patch based on my analysis above to fix the issue?

srirama179 avatar Sep 23 '19 06:09 srirama179