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

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1270313006: Connects PostMessage() for OOPIFs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows Created 5 years, 4 months 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 | « no previous file | components/html_viewer/blink_basic_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/ax_provider_apptest.cc
diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc
index 7add66bed75333a8193ecf2dac0cf387b8828f8c..2b773347f3ca2435d478243ee8e2379c272d2755 100644
--- a/components/html_viewer/ax_provider_apptest.cc
+++ b/components/html_viewer/ax_provider_apptest.cc
@@ -43,8 +43,9 @@ class TestFrameTreeServer : public mandoline::FrameTreeServer {
~TestFrameTreeServer() override {}
// mandoline::FrameTreeServer:
- void PostMessageEventToFrame(uint32_t frame_id,
- mandoline::MessageEventPtr event) override {}
+ void PostMessageEventToFrame(uint32_t source_frame_id,
+ uint32_t target_frame_id,
+ mandoline::HTMLMessageEventPtr event) override {}
void LoadingStarted(uint32_t frame_id) override {}
void LoadingStopped(uint32_t frame_id) override {}
void ProgressChanged(uint32_t frame_id, double progress) override {}
« no previous file with comments | « no previous file | components/html_viewer/blink_basic_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698