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

Unified Diff: components/guest_view/browser/guest_view_message_filter.h

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Setting embedder frame id when the MimeHandlerViewGuest is created. Created 4 years, 2 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
Index: components/guest_view/browser/guest_view_message_filter.h
diff --git a/components/guest_view/browser/guest_view_message_filter.h b/components/guest_view/browser/guest_view_message_filter.h
index 051bfc762ed25273f79c770fc40bc4455803e297..e302c33849a1fdd430cd6e8cd54d5770b86ac1d7 100644
--- a/components/guest_view/browser/guest_view_message_filter.h
+++ b/components/guest_view/browser/guest_view_message_filter.h
@@ -72,7 +72,7 @@ class GuestViewMessageFilter : public content::BrowserMessageFilter {
// Message handlers on the UI thread.
void OnAttachGuest(int element_instance_id,
int guest_instance_id,
- const base::DictionaryValue& attach_params);
+ const base::DictionaryValue& params);
void OnAttachToEmbedderFrame(int embedder_local_render_frame_id,
int element_instance_id,
int guest_instance_id,

Powered by Google App Engine
This is Rietveld 408576698