summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/ie_event_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/ie_event_sink.h')
-rw-r--r--chrome_frame/test/ie_event_sink.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/chrome_frame/test/ie_event_sink.h b/chrome_frame/test/ie_event_sink.h
index 2a0496d..d9c0e6f 100644
--- a/chrome_frame/test/ie_event_sink.h
+++ b/chrome_frame/test/ie_event_sink.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -211,19 +211,13 @@ END_SINK_MAP()
VARIANT_BOOL* cancel);
STDMETHOD_(void, OnQuit)();
-#ifndef NDEBUG
STDMETHOD(Invoke)(DISPID dispid,
REFIID riid, LCID lcid,
WORD flags,
DISPPARAMS* params,
VARIANT* result,
EXCEPINFO* except_info,
- UINT* arg_error) {
- DVLOG(1) << __FUNCTION__ << L" disp id :" << dispid;
- return DispEventsImpl::Invoke(dispid, riid, lcid, flags, params, result,
- except_info, arg_error);
- }
-#endif // _DEBUG
+ UINT* arg_error);
// IChromeFrame callbacks
HRESULT OnLoad(const VARIANT* param);