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

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

Issue 2165523004: Force MimeHandlerView to always use BrowserPlugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing lazyboy@'s and lfg@'s comments Created 4 years, 5 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_manager.h
diff --git a/components/guest_view/browser/guest_view_manager.h b/components/guest_view/browser/guest_view_manager.h
index 033e2a2cd1bc044412f85871708345a1728f757e..fad3618e77e95e5a6d10be1313864f0a20660626 100644
--- a/components/guest_view/browser/guest_view_manager.h
+++ b/components/guest_view/browser/guest_view_manager.h
@@ -128,6 +128,7 @@ class GuestViewManager : public content::BrowserPluginGuestManager,
const GuestCallback& callback) override;
content::WebContents* GetFullPageGuest(
content::WebContents* embedder_web_contents) override;
+ bool IsForMimeHandlerViewGuest(content::WebContents* web_contents) override;
protected:
friend class GuestViewBase;

Powered by Google App Engine
This is Rietveld 408576698