WebRequest API should warn when a developer attempts to filter URLs without proper permissions
Warn user if he attempts to register a web request filter without having any host permissions for the extension. We don't try a full subsumption test (you may register for a broader set of URLs than you have host permissions). This is just a simple check that you have any host permissions at all, which should help a careless developer to see his problem. BUG=104435 TEST=no Review URL: http://codereview.chromium.org/8931006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114289 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment