Index: chrome_frame/test/chrome_frame_ui_test_utils.cc |
=================================================================== |
--- chrome_frame/test/chrome_frame_ui_test_utils.cc (revision 62784) |
+++ chrome_frame/test/chrome_frame_ui_test_utils.cc (working copy) |
@@ -536,7 +536,7 @@ |
scoped_refptr<AccObject>* match) const { |
scoped_refptr<AccObject> object(AccObject::CreateFromWindow(hwnd)); |
if (!object) { |
- LOG(INFO) << "Failed to get accessible object from window"; |
+ VLOG(1) << "Failed to get accessible object from window"; |
return false; |
} |
return Find(object.get(), match); |