Search code examples
chromiumomnibox

Editing Chromium Omnibox (url address bar)


I am searching for files in chromium source code to edit strings in chromium omnibox (url address bar) for example changing "not secure" to something like "insecure".

Can you help?

According to some sources I have tried to locate proper function and file where the text not secure is generated, not able to find the correct place.

error_classification.cc security_state.cc omnibox_edit_model.cc


Solution

  • components/omnibox_strings.grdp:44 and components/omnibox_strings.grdp:49 but neither of them is "not secure".