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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 975903002: Add a flag to dump IPC messages sent from the renderer to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove BUILD.gn changes, since the IPC fuzzer doesn't work with gn Created 5 years, 9 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 | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 7ce95d4ec3638207b55e071e0bb0168e30c525b8..42f0ec3c5eae7cdd81008b54872ae04b9de14192 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1331,7 +1331,8 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
#if defined(ENABLE_IPC_FUZZER)
static const char* const kIpcFuzzerSwitches[] = {
- switches::kIpcFuzzerTestcase,
+ switches::kIpcDumpDirectory,
+ switches::kIpcFuzzerTestcase,
};
command_line->CopySwitchesFrom(browser_command_line, kIpcFuzzerSwitches,
arraysize(kIpcFuzzerSwitches));
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698