bug 358082 - improve crash reporter client UI - small fixup for linux. r=bsmedberg

This commit is contained in:
ted.mielczarek%gmail.com 2007-07-25 01:06:55 +00:00
Родитель 4e0b5f60c7
Коммит 9b8eeb075e
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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
}