Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: chrome/test/live_sync/live_sync_test.cc

Issue 6351001: Debugging updates for sync integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Favicon size Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/live_sync/bookmark_model_verifier.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 55d02d514910403bc9e46407b617c995800d4162..879163b48ae736081fcb9021c9ef4b9cf2f2eae9 100644
--- a/chrome/test/live_sync/live_sync_test.cc
+++ b/chrome/test/live_sync/live_sync_test.cc
@@ -8,7 +8,6 @@
#include "base/basictypes.h"
#include "base/command_line.h"
-#include "base/logging.h"
#include "base/message_loop.h"
#include "base/path_service.h"
#include "base/string_util.h"
@@ -107,9 +106,6 @@ LiveSyncTest::LiveSyncTest(TestType test_type)
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;
« no previous file with comments | « chrome/test/live_sync/bookmark_model_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698