On Wed, Jul 29, 2009 at 4:23 PM, Kruncher <[email protected]> wrote:
> Those are the kinds of URL's that I have been trying, but when I hit > enter it reverts to: > > > http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=my-scheme://some-url Put my-scheme://some-url in the address bar and set a breakpoint in URLRequestJobManager::SupportsScheme(). Now type a letter at the end. You should hit your breakpoint. Check and see if |factories_| contains your scheme. If not, you need to make that happen. If it does, and this function therefore returns true, there's some problem at the time you actually open the URL. PK --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
