Index: chrome/test/live_sync/live_sync_test.cc |
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc |
index d12624fe214e54ecbd3c8a1d8879cb40596143fc..0615b0f4fe39ea8b1b3af13327b858602a84314e 100644 |
--- a/chrome/test/live_sync/live_sync_test.cc |
+++ b/chrome/test/live_sync/live_sync_test.cc |
@@ -108,6 +108,8 @@ LiveSyncTest::LiveSyncTest(TestType test_type) |
test_server_handle_(base::kNullProcessHandle) { |
InProcessBrowserTest::set_show_window(true); |
+ logging::SetMinLogLevel(logging::LOG_VERBOSE); |
Raghu Simha
2011/04/19 04:25:37
Ideally, this should require an include of "base/l
|
+ |
switch (test_type_) { |
case SINGLE_CLIENT: { |
num_clients_ = 1; |