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

Unified Diff: third_party/WebKit/Source/core/fetch/FetchContext.h

Issue 2389643002: Reflow comments in core/fetch (Closed)
Patch Set: yoavs comments Created 4 years, 2 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/fetch/FetchContext.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
index 1fd7c66797641cae880c29c22ad19b91c725cbfa..95f8bb317e72af1230fc1967da5c69c528c3519a 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
@@ -111,7 +111,8 @@ class CORE_EXPORT FetchContext
bool isInternalRequest);
virtual bool shouldLoadNewResource(Resource::Type) const { return false; }
- // Called when a resource load is first requested, which may not be when the load actually begins.
+ // Called when a resource load is first requested, which may not be when the
+ // load actually begins.
virtual void willStartLoadingResource(unsigned long identifier,
ResourceRequest&,
Resource::Type);
« no previous file with comments | « third_party/WebKit/Source/core/fetch/DocumentResource.cpp ('k') | third_party/WebKit/Source/core/fetch/FetchRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698