chrome api: delete omnibox history -
i write first chrome extension , try delete omnibox history, doesn't work.
i use "chrome.history.deleteall(function(){})" delete whole browser history, there still old search queries in omnibox. there other function have call?
regards, simon.
edit: so, disabled browser synchronization , used "browsingdata" module, still have same problem. can't delete queries , urls in omnibox. if use ctrl+shift+del works. why don't have same possibilities chrome api?...
Comments
Post a Comment