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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2043933002: Move IPC fuzzer switches and helpers from chrome/common to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove CONTENT_EXPORT Created 4 years, 6 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 | « chrome/common/chrome_switches.h ('k') | chrome/common/external_ipc_dumper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b67e497148778b6c2e4798da4e4cdd82af242263..e9dcaebc8b69ee3b6c2cba674a56d52fef8cc8fb 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -650,10 +650,6 @@ const char kInstantProcess[] = "instant-process";
// The URL for the interests API.
const char kInterestsURL[] = "interests-url";
-// Dumps IPC messages sent from renderer processes to the browser process to
-// the given directory. Used primarily to gather samples for IPC fuzzing.
-const char kIpcDumpDirectory[] = "ipc-dump-directory";
-
// Used for testing - keeps browser alive after last browser window closes.
const char kKeepAliveForTest[] = "keep-alive-for-test";
@@ -1234,11 +1230,6 @@ const char kWatcherProcess[] = "watcher";
const char kWindows8Search[] = "windows8-search";
#endif // defined(OS_WIN)
-#if defined(ENABLE_IPC_FUZZER)
-// Specifies the testcase used by the IPC fuzzer.
-const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase";
-#endif
-
#if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
// Enables support to debug printing subsystem.
const char kDebugPrint[] = "debug-print";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/external_ipc_dumper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698