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

Unified Diff: trunk/src/content/browser/browser_plugin/browser_plugin_guest.h

Issue 23965004: Revert 222090 "<webview>: Cleanup WebRequest event listeners whe..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/content/browser/browser_plugin/browser_plugin_guest.h
===================================================================
--- trunk/src/content/browser/browser_plugin/browser_plugin_guest.h (revision 222122)
+++ trunk/src/content/browser/browser_plugin/browser_plugin_guest.h (working copy)
@@ -104,10 +104,6 @@
BrowserPluginGuest* opener,
bool has_render_view);
- // Called when the embedder RenderViewHost is destroyed to give the
- // BrowserPluginGuest an opportunity to clean up after itself.
- void EmbedderDestroyed();
-
// Destroys the guest WebContents and all its associated state, including
// this BrowserPluginGuest, and its new unattached windows.
void Destroy();

Powered by Google App Engine
This is Rietveld 408576698