Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: components/crash/content/app/crashpad_win.cc

Issue 2365833003: Re-enable rate limiting for Windows Crashpad (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/crashpad_win.cc
diff --git a/components/crash/content/app/crashpad_win.cc b/components/crash/content/app/crashpad_win.cc
index ec00a0d4018610e93b454a0ab40490f47c61cf67..99bc2f3f2a9f3b28738936c435e7db9109e10ae2 100644
--- a/components/crash/content/app/crashpad_win.cc
+++ b/components/crash/content/app/crashpad_win.cc
@@ -107,8 +107,6 @@ base::FilePath PlatformCrashpadInitialization(bool initial_client,
base::FilePath exe_dir = exe_file.DirName();
exe_file = exe_dir.Append(FILE_PATH_LITERAL("crashpad_handler.exe"));
}
- // TODO(scottmg): See https://crashpad.chromium.org/bug/23.
- arguments.push_back("--no-rate-limit");
result = g_crashpad_client.Get().StartHandler(
exe_file, database_path, url, process_annotations, arguments, false);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698