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

Unified Diff: third_party/WebKit/Source/core/fetch/RawResource.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/RawResource.h
diff --git a/third_party/WebKit/Source/core/fetch/RawResource.h b/third_party/WebKit/Source/core/fetch/RawResource.h
index 250247b2e4a6201f43696b752a0d372c65907047..1030f940c63334b0b28d4642bd29309f84865498 100644
--- a/third_party/WebKit/Source/core/fetch/RawResource.h
+++ b/third_party/WebKit/Source/core/fetch/RawResource.h
@@ -55,9 +55,10 @@ class CORE_EXPORT RawResource final : public Resource {
return new RawResource(request, type, ResourceLoaderOptions());
}
- // FIXME: AssociatedURLLoader shouldn't be a DocumentThreadableLoader and therefore shouldn't
- // use RawResource. However, it is, and it needs to be able to defer loading.
- // This can be fixed by splitting CORS preflighting out of DocumentThreacableLoader.
+ // FIXME: AssociatedURLLoader shouldn't be a DocumentThreadableLoader and
+ // therefore shouldn't use RawResource. However, it is, and it needs to be
+ // able to defer loading. This can be fixed by splitting CORS preflighting out
+ // of DocumentThreadableLoader.
void setDefersLoading(bool);
bool canReuse(const ResourceRequest&) const override;
@@ -151,9 +152,8 @@ class CORE_EXPORT RawResourceClient : public ResourceClient {
virtual void didReceiveResourceTiming(Resource*, const ResourceTimingInfo&) {}
};
-// Checks the sequence of callbacks of RawResourceClient.
-// This can be used only when a RawResourceClient is added as a client to
-// at most one RawResource.
+// Checks the sequence of callbacks of RawResourceClient. This can be used only
+// when a RawResourceClient is added as a client to at most one RawResource.
class CORE_EXPORT RawResourceClientStateChecker final {
public:
RawResourceClientStateChecker();

Powered by Google App Engine
This is Rietveld 408576698