Hey I want to know how to use the following chrome API function to revert the chrome proxy settings through default
chrome.proxy.settings.clear(Objectparam, callbackparam)
What should the params contain. Can anyone explain?
This link may help Link to chrome api documentation regarding chrome.proxy
Thank you in advance :)