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..985a0878fc216ac11fb1827edd2fd36fd1885d74 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -352,6 +352,10 @@ class CONTENT_EXPORT BrowserPluginGuest |
// BrowserPluginGuest. |
void DestroyUnattachedWindows(); |
+ static bool SupportsScheme(const GURL& url); |
lazyboy
2014/02/05 19:08:41
feel free to ignore: Might consider moving this to
Fady Samuel
2014/02/05 19:25:31
Done.
|
+ |
+ void ReportLoadAbort(const GURL& url, bool is_top_level, int reason); |
+ |
void LoadURLWithParams(const GURL& url, |
const Referrer& referrer, |
PageTransition transition_type, |