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

Unified Diff: content/public/test/render_widget_test.h

Issue 84293002: LOG(INFO) -> VLOG(0) in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace Created 7 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
Index: content/public/test/render_widget_test.h
diff --git a/content/public/test/render_widget_test.h b/content/public/test/render_widget_test.h
index 9884c2be36af184ffa9d222b14217aaa7e81c86c..056b086c293bff436213b03959957c12c0dd9288 100644
--- a/content/public/test/render_widget_test.h
+++ b/content/public/test/render_widget_test.h
@@ -54,7 +54,7 @@ class RenderWidgetTest : public RenderViewTest {
// FilePath tmp_path;
// file_util::CreateTemporaryFile(&tmp_path);
// OutputBitmapToFile(bitmap, tmp_path);
- // LOG(INFO) << "Bitmap image stored at: " << tmp_path.value();
+ // VLOG(0) << "Bitmap image stored at: " << tmp_path.value();
void OutputBitmapToFile(const SkBitmap& bitmap,
const base::FilePath& file_path);
};
« no previous file with comments | « content/plugin/plugin_main_mac.mm ('k') | content/renderer/accessibility/renderer_accessibility_complete.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698