| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.h | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.h b/third_party/WebKit/Source/core/html/HTMLObjectElement.h | 
| index 673f1a4b931aa9a78435a0ce4bdd574a9b75d1c2..ee887df8183ac10937ea9a19e7c311afbfef81c1 100644 | 
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.h | 
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.h | 
| @@ -110,9 +110,7 @@ class CORE_EXPORT HTMLObjectElement final : public HTMLPlugInElement, | 
| // FIXME: This function should not deal with url or serviceType | 
| // so that we can better share code between <object> and <embed>. | 
| void ParametersForPlugin(Vector<String>& param_names, | 
| -                           Vector<String>& param_values, | 
| -                           String& url, | 
| -                           String& service_type); | 
| +                           Vector<String>& param_values); | 
|  | 
| bool HasValidClassId() const; | 
|  | 
|  |