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

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

Issue 2712033002: Part 1 Of Renaming FrameLoaderClient to LocalFrameClient. (Closed)
Patch Set: Change all forward declarations of FrameLoaderClient to LocalFrameClient and fix call sites. Created 3 years, 10 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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index bcd82eb8049c1eb52bb4a8ff0a655d6593dd3781..b88644f8e9bd6df8f58b5f2e4f3a070fbf3e356f 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -46,7 +46,7 @@ namespace blink {
class ClientHintsPreferences;
class Document;
class DocumentLoader;
-class FrameLoaderClient;
+class LocalFrameClient;
class LocalFrame;
class ResourceError;
class ResourceResponse;
@@ -177,7 +177,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
LocalFrame* frameOfImportsController() const;
LocalFrame* frame() const;
- FrameLoaderClient* frameLoaderClient() const;
+ LocalFrameClient* localFrameClient() const;
dcheng 2017/02/24 05:30:21 Ditto: fetch/loading implies local
void printAccessDeniedMessage(const KURL&) const;
ResourceRequestBlockedReason canRequestInternal(

Powered by Google App Engine
This is Rietveld 408576698