Index: chrome/browser/ui/cocoa/drag_util.mm |
diff --git a/chrome/browser/ui/cocoa/drag_util.mm b/chrome/browser/ui/cocoa/drag_util.mm |
index a1e1462ca99f96c0567cd3f88cb443a8889ca617..2d3b4b25991467de9ef376b404a92287fe991e49 100644 |
--- a/chrome/browser/ui/cocoa/drag_util.mm |
+++ b/chrome/browser/ui/cocoa/drag_util.mm |
@@ -84,14 +84,13 @@ static BOOL IsSupportedFileURL(Profile* profile, const GURL& url) { |
// TODO(bauerb): This possibly uses stale information, but it's guaranteed not |
// to do disk access. |
bool allow_wildcard = false; |
- bool stale = false; |
webkit::WebPluginInfo plugin; |
return PluginService::GetInstance()->GetPluginInfo( |
-1, // process ID |
MSG_ROUTING_NONE, // routing ID |
profile->GetResourceContext(), |
url, GURL(), mime_type, allow_wildcard, |
- &stale, &plugin, NULL); |
+ NULL, &plugin, NULL); |
} |
BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info) { |