Index: content/shell/common/shell_switches.cc |
diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc |
index 27b6bf1d983ead4d6d03b9ae987f430c172cba53..e7d14f37ff3d339df7953490a4c6d528b9b7d3e2 100644 |
--- a/content/shell/common/shell_switches.cc |
+++ b/content/shell/common/shell_switches.cc |
@@ -28,6 +28,9 @@ const char kCrashOnFailure[] = "crash-on-failure"; |
// Request pages to be dumped as text once they finished loading. |
const char kDumpRenderTree[] = "dump-render-tree"; |
+// Expose window.ipcTester object for testing |
+const char kExposeIpcEcho[] = "expose-ipc-echo"; |
+ |
// Enable accelerated 2D canvas. |
const char kEnableAccelerated2DCanvas[] = "enable-accelerated-2d-canvas"; |