On Mon, Jun 1, 2009 at 9:12 AM, Mike Pinkerton <[email protected]> wrote: > > src/chrome/browser/cocoa/status_bubble_mac.mm is the UI that displays > the message. The message itself comes from the cross-platform code, > but you can probably trace that by setting some breakpoints in the UI > code.
Yes, also set a breakpoint in HttpNetworkTransaction::GetLoadState() in src/net/http/http_network_transaction.cc. That's the ultimate source of the load states. Wan-Teh --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
