I was about to add a --browser-startup-dialog, because I wanted a chance to stop chrome as early as possible. This would have required changing chrome.exe, adding a flag, etc. Instead I peaked a bit at what currently happens, and I came up with this trick (Windows only).
bash$ CHROME_CRASHED=1 CHROME_RESTART="yoz|start chrome?|RIGHT_TO_LEFT" ./chrome/Debug/chrome.exe This gives you a startup dialog really early in chrome.exe, and gives you a chance, for example, to inject a DLL into chrome. My example makes the English popup RIGHT_TO_LEFT, just to make sure that your coworkers know you're up to something gnarly. -- dean --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
