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

Unified Diff: chrome/browser/sync/test/integration/extensions_helper.cc

Issue 705033002: [content/browser/sync] Convert VLOGs to DVLOGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | chrome/browser/sync/test/integration/quiesce_status_change_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/extensions_helper.cc
diff --git a/chrome/browser/sync/test/integration/extensions_helper.cc b/chrome/browser/sync/test/integration/extensions_helper.cc
index a966379052f922cb5caa938bc058f92e568ea0ff..9c233748283fccf549238e05f92c53cd6cdc7706 100644
--- a/chrome/browser/sync/test/integration/extensions_helper.cc
+++ b/chrome/browser/sync/test/integration/extensions_helper.cc
@@ -248,11 +248,11 @@ void ExtensionsMatchChecker::Wait() {
observing_ = true;
if (IsExitConditionSatisfied()) {
- VLOG(1) << "Extensions matched without waiting";
+ DVLOG(1) << "Extensions matched without waiting";
return;
}
- VLOG(1) << "Starting Wait: " << GetDebugMessage();
+ DVLOG(1) << "Starting Wait: " << GetDebugMessage();
StartBlockingWait();
}
« no previous file with comments | « no previous file | chrome/browser/sync/test/integration/quiesce_status_change_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698