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

Unified Diff: Source/core/loader/FrameFetchContext.h

Issue 1229743005: Fix virtual/override/final usage in Source/core/{fetch,loader,streams,xmlhttprequest}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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
« no previous file with comments | « Source/core/loader/EmptyClients.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameFetchContext.h
diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
index 8606c9b7aed043c1a6552fd18a183493e593ab69..853b2e5ed4ae7fe30c03b22db9c4d149662e7246 100644
--- a/Source/core/loader/FrameFetchContext.h
+++ b/Source/core/loader/FrameFetchContext.h
@@ -106,9 +106,9 @@ public:
void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override;
bool isLowPriorityIframe() const override;
- virtual void countClientHintsDPR() override;
- virtual void countClientHintsResourceWidth() override;
- virtual void countClientHintsViewportWidth() override;
+ void countClientHintsDPR() override;
+ void countClientHintsResourceWidth() override;
+ void countClientHintsViewportWidth() override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/core/loader/EmptyClients.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698