Status: Untriaged Owner: ---- CC: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium
New issue 21736 by [email protected]: Breakpad glue should have the same interface on all platforms http://code.google.com/p/chromium/issues/detail?id=21736 It's kind of annoying that the Breakpad glue has a different interface on each platform. It makes it harder to work on the parts of the app that interface directly with Breakpad, such as Breakpad init and testing whether a handler is present. Working on the implementations on each platform is further complicated by having different implementations on Mac and Linux for the "stubs" used when Breakpad is not used. To further complicate things, Windows doesn't use "stubs" but it has its own way of doing something different when Breakpad is not in use. It would be nice if all of our Breakpad glue shared the same interface on al platforms. chrome/app/breakpad_*. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
