Thank you, this led me to the WebResourceService::WebResourceFetcher, which does read some data independently of any window.
Meanwhile, I had integrated the code from fetch_client.cc (in src\net \tools\fetch), which works fine. Regards, Jean-Marie On 11 nov, 07:41, PhistucK <[email protected]> wrote: > Look for a "kDisableWebResources" in the source. This could be one way of > getting something from the web and into the user interface. > > ☆PhistucK > > > > On Thu, Nov 5, 2009 at 12:17, Timores <[email protected]> wrote: > > > Hi, > > > I am creating a custom version of Chromium for a customer. > > > At start-up, I'd like to read a file (through HTTP or HTTPS) in order > > to get some configuration information. I've seen how to load the > > contents of a URL in a tab but not how to handle the body of the > > response myself, without involving a renderer. > > > Any idea ? > > > Jean-Marie Pirelli > > > --~--~---------~--~----~------------~-------~--~----~ > > Chromium Discussion mailing list: [email protected] > > View archives, change email options, or unsubscribe: > > http://groups.google.com/group/chromium-discuss > > -~----------~----~----~----~------~----~------~--~---- Masquer le texte des > > messages précédents - > > - Afficher le texte des messages précédents - -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
