зеркало из https://github.com/mozilla/pjs.git
bug 358082 - improve crash reporter client UI - small fixup for linux. r=bsmedberg
This commit is contained in:
Родитель
4e0b5f60c7
Коммит
9b8eeb075e
|
@ -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
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче