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

Unified Diff: extensions/renderer/guest_view/guest_view_internal_custom_bindings.h

Issue 1162053003: Move BrowserPluginDelegate's lifetime mgmt out of content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync @tott Created 5 years, 6 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: extensions/renderer/guest_view/guest_view_internal_custom_bindings.h
diff --git a/extensions/renderer/guest_view/guest_view_internal_custom_bindings.h b/extensions/renderer/guest_view/guest_view_internal_custom_bindings.h
index 0f84a39abe7ccc14ac5d7018a9108f02b7be69cf..6a6d6c305321cb2816c97222316fe3cad4e3b15c 100644
--- a/extensions/renderer/guest_view/guest_view_internal_custom_bindings.h
+++ b/extensions/renderer/guest_view/guest_view_internal_custom_bindings.h
@@ -51,6 +51,9 @@ class GuestViewInternalCustomBindings : public ObjectBackedNativeHandler {
// Window JavaScript object for that RenderView.
void GetContentWindow(const v8::FunctionCallbackInfo<v8::Value>& args);
+ // Destroys the GuestViewContainer given an element instance ID in |args|.
+ void DestroyContainer(const v8::FunctionCallbackInfo<v8::Value>& args);
+
// GetViewFromID takes a view ID, and returns the GuestView element associated
// with that ID, if one exists. Otherwise, null is returned.
void GetViewFromID(const v8::FunctionCallbackInfo<v8::Value>& args);

Powered by Google App Engine
This is Rietveld 408576698