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

Unified Diff: chrome_frame/chrome_frame_activex.cc

Issue 3850002: Convert LOG(INFO) to VLOG(1) - chrome_frame/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame_activex_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_activex.cc
===================================================================
--- chrome_frame/chrome_frame_activex.cc (revision 62784)
+++ chrome_frame/chrome_frame_activex.cc (working copy)
@@ -204,7 +204,7 @@
const std::string& message,
const std::string& origin,
const std::string& target) {
- DLOG(INFO) << __FUNCTION__;
+ DVLOG(1) << __FUNCTION__;
if (target.compare("*") != 0) {
bool drop = true;
@@ -334,12 +334,12 @@
<< base::StringPrintf(L"hr=0x%08X, vt=%i", hr,
value.type());
} else {
- DLOG(INFO) << "script block created for event " << prop <<
- base::StringPrintf(" (0x%08X)", hr) << " connections: " <<
+ DVLOG(1) << "script block created for event " << prop
+ << base::StringPrintf(" (0x%08X)", hr) << " connections: " <<
ProxyDIChromeFrameEvents<ChromeFrameActivex>::m_vec.GetSize();
}
} else {
- DLOG(INFO) << "event property " << prop << " not in property bag";
+ DVLOG(1) << "event property " << prop << " not in property bag";
}
}
@@ -629,7 +629,7 @@
}
if (NavigationManager::GetThreadInstance() != NULL) {
- DLOG(INFO) << "BHO already loaded";
+ DVLOG(1) << "BHO already loaded";
return S_OK;
}
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame_activex_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698