Bug 469862 followup - Tell the server that we support throttling (see bug 469863), r=ted

This commit is contained in:
Benjamin Smedberg 2009-01-07 11:50:29 -05:00
Родитель 25c80fe5bc
Коммит ffe80871be
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -547,6 +547,8 @@ int main(int argc, char** argv)
// we don't need to actually send this // we don't need to actually send this
queryParameters.erase("ServerURL"); queryParameters.erase("ServerURL");
queryParameters["Throttleable"] = "1";
// re-set XUL_APP_FILE for xulrunner wrapped apps // re-set XUL_APP_FILE for xulrunner wrapped apps
const char *appfile = getenv("MOZ_CRASHREPORTER_RESTART_XUL_APP_FILE"); const char *appfile = getenv("MOZ_CRASHREPORTER_RESTART_XUL_APP_FILE");
if (appfile && *appfile) { if (appfile && *appfile) {