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

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

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase Created 3 years, 7 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/HTMLMenuItemElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h b/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
deleted file mode 100644
index 9a8e598e00582d6d24a333c3f727adbc727dddc5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/html/HTMLMenuItemElement.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef HTMLMenuItemElement_h
-#define HTMLMenuItemElement_h
-
-#include "core/html/HTMLElement.h"
-
-namespace blink {
-
-class HTMLMenuItemElement final : public HTMLElement {
- DEFINE_WRAPPERTYPEINFO();
-
- public:
- DECLARE_NODE_FACTORY(HTMLMenuItemElement);
-
- // https://html.spec.whatwg.org/multipage/forms.html#dom-menuitem-label
- String label() const;
- void setLabel(const AtomicString&);
-
- // https://html.spec.whatwg.org/multipage/forms.html#concept-menuitem-label
- String conceptualLabel() const;
-
- private:
- explicit HTMLMenuItemElement(Document&);
- bool IsURLAttribute(const Attribute&) const override;
- void ParseAttribute(const AttributeModificationParams&) override;
- void DefaultEventHandler(Event*) override;
-};
-
-} // namespace blink
-
-#endif // HTMLMenuItemElement_h
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMenuElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698