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

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

Issue 4989002: Firing event to broker without worker thread. (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/web_progress_notifier.cc ('k') | ceee/ie/plugin/bho/webnavigation_events_funnel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/bho/web_progress_notifier_unittest.cc
===================================================================
--- ceee/ie/plugin/bho/web_progress_notifier_unittest.cc (revision 66617)
+++ ceee/ie/plugin/bho/web_progress_notifier_unittest.cc (working copy)
@@ -107,8 +107,8 @@
mock_is_possible_user_action_in_content_window_(false),
mock_is_possible_user_action_in_browser_ui_(false) {}
- virtual WebNavigationEventsFunnel& webnavigation_events_funnel() {
- return mock_webnavigation_events_funnel_;
+ virtual WebNavigationEventsFunnel* webnavigation_events_funnel() {
+ return &mock_webnavigation_events_funnel_;
}
virtual WindowMessageSource* CreateWindowMessageSource() {
« no previous file with comments | « ceee/ie/plugin/bho/web_progress_notifier.cc ('k') | ceee/ie/plugin/bho/webnavigation_events_funnel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698