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

Side by Side Diff: ceee/testing/utils/mock_ioleclientsite.gen

Issue 4563001: Adding a privileged callback used in IE CF to check whether to show... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ceee/testing/utils/mock_com.h ('k') | ceee/testing/utils/test_utils.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5 // Auto-generated by com_mock.py
6
7
8 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, SaveObject, HRESULT());
9 MOCK_METHOD3_WITH_CALLTYPE(__stdcall, GetMoniker, HRESULT(
10 DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk));
11 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, GetContainer, HRESULT(
12 IOleContainer **ppContainer));
13 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, ShowObject, HRESULT());
14 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, OnShowWindow, HRESULT(BOOL fShow));
15 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, RequestNewObjectLayout, HRESULT());
OLDNEW
« no previous file with comments | « ceee/testing/utils/mock_com.h ('k') | ceee/testing/utils/test_utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698