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

Unified Diff: ceee/ie/plugin/bho/browser_helper_object_unittest.cc

Issue 5258006: Restart of ceee_broker on crash. (Closed) Base URL: svn://svn.chromium.org/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/bho/browser_helper_object.cc ('k') | ceee/ie/plugin/bho/cookie_accountant.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/bho/browser_helper_object_unittest.cc
===================================================================
--- ceee/ie/plugin/bho/browser_helper_object_unittest.cc (revision 67905)
+++ ceee/ie/plugin/bho/browser_helper_object_unittest.cc (working copy)
@@ -80,6 +80,8 @@
public InstanceCountMixin<TestingBrowserHelperObject>,
public InitializingCoClass<TestingBrowserHelperObject> {
public:
+ TestingBrowserHelperObject() : mock_broker_rpc_client_(false) {}
+
HRESULT Initialize(TestingBrowserHelperObject** self) {
// Make sure this is done early so we can mock it.
EXPECT_HRESULT_SUCCEEDED(MockChromeFrameHost::CreateInitializedIID(
« no previous file with comments | « ceee/ie/plugin/bho/browser_helper_object.cc ('k') | ceee/ie/plugin/bho/cookie_accountant.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698