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 888527a56cb2112be8b6ebb238cff6999c490d29..7b4ac354cd7be61c869c0946744446561e1c1d86 100644 |
--- a/chrome/test/live_sync/live_sync_test.cc |
+++ b/chrome/test/live_sync/live_sync_test.cc |
@@ -7,6 +7,7 @@ |
#include <vector> |
#include "base/command_line.h" |
+#include "base/logging.h" |
#include "base/message_loop.h" |
#include "base/path_service.h" |
#include "base/platform_thread.h" |
@@ -93,6 +94,10 @@ LiveSyncTest::LiveSyncTest(TestType test_type) |
num_clients_(-1), |
test_server_handle_(base::kNullProcessHandle) { |
InProcessBrowserTest::set_show_window(true); |
+ |
+ // TODO(rsimha): Remove after investigating flaky and failing sync tests. |
+ logging::SetMinLogLevel(logging::LOG_VERBOSE); |
+ |
switch (test_type_) { |
case SINGLE_CLIENT: { |
num_clients_ = 1; |