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

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

Issue 376033002: Adding MimeHandlerView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pending-zork-patch2
Patch Set: With the new attach approach Created 6 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
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.

Powered by Google App Engine
This is Rietveld 408576698