Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: third_party/WebKit/Source/core/html/HTMLObjectElement.h

Issue 2927703003: Move ObjectContentType entirely to HTMLPlugInElement (Closed)
Patch Set: More Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698