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

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

Issue 11035067: Add loadCommit and loadStop Event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With improved approach to creating the event listeners Created 8 years, 2 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 3c8254fa1d3e396818ff939dda40ed133e27d069..1ef1cbb55b0b50e69b7e8d354ca161947f4035d1 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -111,6 +111,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver,
const GURL& url,
PageTransition transition_type,
RenderViewHost* render_view_host) OVERRIDE;
+ virtual void DidStopLoading(
+ RenderViewHost* render_view_host) OVERRIDE;
+
virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
// WebContentsDelegate implementation.

Powered by Google App Engine
This is Rietveld 408576698