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

Unified Diff: ceee/testing/utils/mock_com.h

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ceee/ie/plugin/toolband/toolband.gyp ('k') | ceee/testing/utils/mock_ioleclientsite.gen » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/testing/utils/mock_com.h
===================================================================
--- ceee/testing/utils/mock_com.h (revision 65052)
+++ ceee/testing/utils/mock_com.h (working copy)
@@ -22,6 +22,13 @@
namespace testing {
+class IOleClientSiteMockImpl : public IOleClientSite {
+ // The methods in this class are code generated using this command line:
+ // [ ceee\testing\utils\com_mock.py IOleClientSite \
+ // "%WindowsSdkDir%\Include\OleIdl.h" ]
+#include "ceee/testing/utils/mock_ioleclientsite.gen"
+};
+
class IOleObjecMockImpl: public IOleObject {
public:
// The methods in this class are code generated using this command line:
@@ -139,7 +146,7 @@
class MockIServiceProvider
: public CComObjectRootEx<CComSingleThreadModel>,
public testing::StrictMock<IServiceProviderMockImpl> {
- DECLARE_NOT_AGGREGATABLE(MockIServiceProvider )
+ DECLARE_NOT_AGGREGATABLE(MockIServiceProvider)
BEGIN_COM_MAP(MockIServiceProvider)
COM_INTERFACE_ENTRY(IServiceProvider)
END_COM_MAP()
« no previous file with comments | « ceee/ie/plugin/toolband/toolband.gyp ('k') | ceee/testing/utils/mock_ioleclientsite.gen » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698