Chromium Code Reviews| Index: content/public/browser/browser_plugin_guest_manager.h |
| diff --git a/content/public/browser/browser_plugin_guest_manager.h b/content/public/browser/browser_plugin_guest_manager.h |
| index f56cd2abfef86c4e809f4dcc9ba55146de23a130..390d7850bd0374b0b2c8a367f3fe105c06a01924 100644 |
| --- a/content/public/browser/browser_plugin_guest_manager.h |
| +++ b/content/public/browser/browser_plugin_guest_manager.h |
| @@ -39,6 +39,12 @@ class CONTENT_EXPORT BrowserPluginGuestManager { |
| int browser_plugin_instance_id, |
| const GuestByInstanceIDCallback& callback) {} |
| + virtual void CreateMimeHandlerViewGuest(int render_process_id, |
|
Fady Samuel
2014/08/29 18:52:31
Is this necessary?
lazyboy
2014/08/29 22:08:24
No, removed.
|
| + int render_frame_id, |
| + const std::string& url, |
| + const std::string& mime_type, |
| + int element_instance_id) {} |
| + |
| // Iterates over all WebContents belonging to a given |embedder_web_contents|, |
| // calling |callback| for each. If one of the callbacks returns true, then |
| // the iteration exits early. |