Index: chrome/test/base/in_process_browser_test.h |
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h |
index 38a90ab8c540f681e9ac5ab37967d0d068f09fcb..3623d8d8dd3a256f7607a3f9c8b3ea69849c696d 100644 |
--- a/chrome/test/base/in_process_browser_test.h |
+++ b/chrome/test/base/in_process_browser_test.h |
@@ -67,9 +67,6 @@ class RuleBasedHostResolverProc; |
// By default InProcessBrowserTest creates a single Browser (as returned from |
// the CreateBrowser method). You can obviously create more as needed. |
-// Browsers created while InProcessBrowserTest is running are shown hidden. Use |
-// the command line switch --show-windows to make them visible when debugging. |
-// |
// InProcessBrowserTest disables the sandbox when running. |
// |
// See ui_test_utils for a handful of methods designed for use with this class. |