mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
bug 358082 - improve crash reporter client UI - small fixup for linux. r=bsmedberg
This commit is contained in:
parent
f312abfa88
commit
6b6319d4a4
@ -48,6 +48,7 @@
|
||||
#include <cctype>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
bool UIInit()
|
||||
{
|
||||
@ -67,7 +68,8 @@ void UIShowDefaultUI()
|
||||
|
||||
void UIShowCrashUI(const string& dumpfile,
|
||||
const StringTable& queryParameters,
|
||||
const string& sendURL)
|
||||
const string& sendURL,
|
||||
const vector<string>& restartArgs)
|
||||
{
|
||||
//XXX: implement me
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user