diff options
-rw-r--r-- | chrome/test/memory_test/memory_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc index 1571b83..99b5179 100644 --- a/chrome/test/memory_test/memory_test.cc +++ b/chrome/test/memory_test/memory_test.cc @@ -32,6 +32,8 @@ class MemoryTest : public UITest { // TODO(mbelshe): Fix Chrome to not crash with plugins.
CommandLine::AppendSwitch(&launch_arguments_, switches::kDisablePlugins);
+ CommandLine::AppendSwitch(&launch_arguments_, switches::kEnableLogging);
+
// Use the playback cache, but don't use playback events.
CommandLine::AppendSwitch(&launch_arguments_, switches::kPlaybackMode);
CommandLine::AppendSwitch(&launch_arguments_, switches::kNoEvents);
|