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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.h

Issue 2165523004: Force MimeHandlerView to always use BrowserPlugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos Created 4 years, 3 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: content/public/browser/browser_plugin_guest_delegate.h
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
index 4dd1a4cd732925d2cb2f18a6f4e31aa032101b5b..0f805651ba8bafe5240a5fbe5772e06d43a75081 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -92,6 +92,11 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
// fromt he guest renderer is incorrect in situations where BrowserPlugin is
// subject to CSS transforms.
virtual void SetContextMenuPosition(const gfx::Point& position) {}
+
+ // TODO(ekaramad): A short workaround to force some types of guests to use
+ // a BrowserPlugin even when we are using cross process frames for guests. It
+ // should be removed after resolving https://crbug.com/642826).
+ virtual bool CanUseCrossProcessFrames();
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698