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

Unified Diff: mandoline/tab/test_frame_tree_delegate.h

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/public/interfaces/frame_tree.mojom ('k') | mandoline/tab/test_frame_tree_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/test_frame_tree_delegate.h
diff --git a/mandoline/tab/test_frame_tree_delegate.h b/mandoline/tab/test_frame_tree_delegate.h
index 5b8c24af2238df243fcc3f555ab78bd758f0ff51..d7ea74e0990868f06c5240cabb15d930e5dee2a1 100644
--- a/mandoline/tab/test_frame_tree_delegate.h
+++ b/mandoline/tab/test_frame_tree_delegate.h
@@ -18,7 +18,7 @@ class TestFrameTreeDelegate : public FrameTreeDelegate {
// TestFrameTreeDelegate:
bool CanPostMessageEventToFrame(const Frame* source,
const Frame* target,
- MessageEvent* event) override;
+ HTMLMessageEvent* event) override;
void LoadingStateChanged(bool loading) override;
void ProgressChanged(double progress) override;
void RequestNavigate(Frame* source,
« no previous file with comments | « mandoline/tab/public/interfaces/frame_tree.mojom ('k') | mandoline/tab/test_frame_tree_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698