summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_activex_base.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 20:30:45 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 20:30:45 +0000
commit2b9a9f16465b34ee13e09e9b93086f75c925d3ac (patch)
tree1ee43ab289f8a3e9c787c954542d36a1484d177b /chrome_frame/chrome_frame_activex_base.h
parent0cce0b0cef0b6dd04d1fe58f811ab64721fb96a9 (diff)
downloadchromium_src-2b9a9f16465b34ee13e09e9b93086f75c925d3ac.zip
chromium_src-2b9a9f16465b34ee13e09e9b93086f75c925d3ac.tar.gz
chromium_src-2b9a9f16465b34ee13e09e9b93086f75c925d3ac.tar.bz2
Convert LOG(INFO) to VLOG(1) - chrome_frame/.
Plus a couple misc. cleanups. BUG=none TEST=none Review URL: http://codereview.chromium.org/3850002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63095 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_activex_base.h')
-rw-r--r--chrome_frame/chrome_frame_activex_base.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h
index e5b1097..264621f 100644
--- a/chrome_frame/chrome_frame_activex_base.h
+++ b/chrome_frame/chrome_frame_activex_base.h
@@ -283,7 +283,7 @@ END_MSG_MAP()
#ifndef NDEBUG
wchar_t buffer[64] = {0};
::StringFromGUID2(riid, buffer, arraysize(buffer));
- DLOG(INFO) << "E_NOINTERFACE: " << buffer;
+ DVLOG(1) << "E_NOINTERFACE: " << buffer;
#endif
return E_NOINTERFACE;
}
@@ -403,7 +403,7 @@ END_MSG_MAP()
} else {
ChromeFramePlugin::GetProfilePath(profile_name, profile_path);
}
- DLOG(INFO) << __FUNCTION__ << ": " << profile_path->value();
+ DVLOG(1) << __FUNCTION__ << ": " << profile_path->value();
}
@@ -532,7 +532,7 @@ END_MSG_MAP()
LRESULT OnDestroy(UINT message, WPARAM wparam, LPARAM lparam,
BOOL& handled) { // NO_LINT
- DLOG(INFO) << __FUNCTION__;
+ DVLOG(1) << __FUNCTION__;
return 0;
}
@@ -548,7 +548,7 @@ END_MSG_MAP()
// ChromeFrameDelegate override
virtual void OnAutomationServerLaunchFailed(
AutomationLaunchResult reason, const std::string& server_version) {
- DLOG(INFO) << __FUNCTION__;
+ DVLOG(1) << __FUNCTION__;
if (reason == AUTOMATION_SERVER_CRASHED)
draw_sad_tab_ = true;
@@ -678,7 +678,7 @@ END_MSG_MAP()
}
STDMETHOD(get_readyState)(long* ready_state) { // NOLINT
- DLOG(INFO) << __FUNCTION__;
+ DVLOG(1) << __FUNCTION__;
DCHECK(ready_state);
if (!ready_state)
@@ -1075,8 +1075,8 @@ END_MSG_MAP()
if (hr != S_OK)
hr = AllowFrameToTranslateAccelerator(accel_message);
- DLOG(INFO) << __FUNCTION__ << " browser response: "
- << base::StringPrintf("0x%08x", hr);
+ DVLOG(1) << __FUNCTION__ << " browser response: "
+ << base::StringPrintf("0x%08x", hr);
if (hr != S_OK) {
// The WM_SYSCHAR message is not processed by the IOleControlSite