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

Unified Diff: mandoline/tab/test_frame_tree_delegate.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 | « mandoline/tab/test_frame_tree_delegate.h ('k') | mandoline/ui/browser/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/test_frame_tree_delegate.cc
diff --git a/mandoline/tab/test_frame_tree_delegate.cc b/mandoline/tab/test_frame_tree_delegate.cc
index 2f26e409167b113494e9fe6a1406079c28795a05..045a1b671bc6da43c6358a3eb2cb07088050887d 100644
--- a/mandoline/tab/test_frame_tree_delegate.cc
+++ b/mandoline/tab/test_frame_tree_delegate.cc
@@ -10,10 +10,11 @@ TestFrameTreeDelegate::TestFrameTreeDelegate() {}
TestFrameTreeDelegate::~TestFrameTreeDelegate() {}
-bool TestFrameTreeDelegate::CanPostMessageEventToFrame(const Frame* source,
- const Frame* target,
- MessageEvent* event) {
- return false;
+bool TestFrameTreeDelegate::CanPostMessageEventToFrame(
+ const Frame* source,
+ const Frame* target,
+ HTMLMessageEvent* event) {
+ return true;
}
void TestFrameTreeDelegate::LoadingStateChanged(bool loading) {}
« no previous file with comments | « mandoline/tab/test_frame_tree_delegate.h ('k') | mandoline/ui/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698