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

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

Issue 17846010: <webview>: Move contentload event from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_loadstop
Patch Set: Merge with ToT Created 7 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: content/browser/browser_plugin/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index 093b795e4b7321e7331e757d1561d5b31a554846..2491e0e8514254d898ff1833f899cf4228cb8c96 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -299,9 +299,6 @@ class CONTENT_EXPORT BrowserPluginGuest
base::SharedMemory* GetDamageBufferFromEmbedder(
const BrowserPluginHostMsg_ResizeGuest_Params& params);
- // Called after the load handler is called in the guest's main frame.
- void LoadHandlerCalled();
-
// Called when a redirect notification occurs.
void LoadRedirect(const GURL& old_url,
const GURL& new_url,

Powered by Google App Engine
This is Rietveld 408576698