Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index 973408fbd476f1fa1a1d651c24368d9a7ca8a06c..edb5eea7a1c526d4419df6f6a2585f25e64613cd 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -309,6 +309,7 @@ void BrowserPluginGuest::AddNewContents(WebContents* source, |
bool BrowserPluginGuest::CanDownload(RenderViewHost* render_view_host, |
int request_id, |
+ bool has_auth, |
const std::string& request_method) { |
// TODO(fsamuel): We disable downloads in guests for now, but we will later |
// expose API to allow embedders to handle them. |