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

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

Issue 2778173002: Revert of "Speculatively launch Service Workers on mouse/touch events." (Closed)
Patch Set: rebase Created 3 years, 9 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/HTMLAnchorElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
index 4c8a0ce65e3cee511304f8fdad29a24421835581..aa382d91250e1843ef5f7be175cedd796b72fe20 100644
--- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
@@ -88,8 +88,6 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
void sendPings(const KURL& destinationURL) const;
- DECLARE_VIRTUAL_TRACE();
-
protected:
HTMLAnchorElement(const QualifiedName&, Document&);
@@ -98,8 +96,6 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
bool matchesEnabledPseudoClass() const override;
private:
- class NavigationHintSender;
-
void attributeChanged(const AttributeModificationParams&) override;
bool shouldHaveFocusAppearance() const final;
void dispatchFocusEvent(Element* oldFocusedElement,
@@ -121,12 +117,10 @@ class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
bool isInteractiveContent() const final;
InsertionNotificationRequest insertedInto(ContainerNode*) override;
void handleClick(Event*);
- NavigationHintSender* ensureNavigationHintSender();
uint32_t m_linkRelations;
mutable LinkHash m_cachedVisitedLinkHash;
bool m_wasFocusedByMouse;
- Member<NavigationHintSender> m_navigationHintSender;
};
inline LinkHash HTMLAnchorElement::visitedLinkHash() const {
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698