Relative Content

Tag Archive for chromium

I want to add my own new menu to Chromium, but I’m having a problem

I am new to Chromium development.
Add a new parent menu to the top right menu of Chromium, create a submenu called Help and Settings, for example, and click the internal URL (ex: test://settings or test://help custom) when you click on each submenu. If one scheme is difficult, I would like to open the HTML I wrote through chrome://test-settings or chrome://help. But I’ve been trying for two weeks and I keep getting stuck.

Chromium custom build sign in not working even after following all the steps

I’ve been testing building my own Chromium browser (M126) and have followed all the steps mentioned in the “API Keys” Chromium doc page. I’ve added my test account to the ‘Google browser sign-in test account’ group and the Chromium-dev group as well, created the OAuth2 and API credentials, created the OAuth consent screen, enabled the ‘Chrome Sync’ API, etc. etc. I have also added the three credentials (google_api_key, google_default_client_id, google_default_client_secret) to my args.gn so that I don’t have to provide them at runtime every time.