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 0ed0e08a3f531121c871ee8831cfc14c14f09e0b..76a25d0d311da714169043307f2da96cc18042bb 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -352,6 +352,8 @@ class CONTENT_EXPORT BrowserPluginGuest |
// BrowserPluginGuest. |
void DestroyUnattachedWindows(); |
+ void ReportLoadAbort(const GURL& url, bool is_top_level, int reason); |
+ |
void LoadURLWithParams(const GURL& url, |
const Referrer& referrer, |
PageTransition transition_type, |