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

Unified Diff: third_party/WebKit/Source/modules/fetch/FetchResponseData.h

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: rebase 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/modules/fetch/FetchResponseData.h
diff --git a/third_party/WebKit/Source/modules/fetch/FetchResponseData.h b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
index f64a4f5e36452b5883d9530dcf9e4b6c4ce39cd0..cd778ec6fd375f15853a8f2ec7bf2668d37786de 100644
--- a/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
+++ b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
@@ -51,8 +51,8 @@ class MODULES_EXPORT FetchResponseData final
FetchResponseData* createBasicFilteredResponse() const;
// Creates a CORS filtered response, settings the response's cors exposed
- // header names list to the result of parsing the Access-Control-Expose-Headers
- // header.
+ // header names list to the result of parsing the
+ // Access-Control-Expose-Headers header.
FetchResponseData* createCORSFilteredResponse() const;
// Creates a CORS filtered response with an explicit set of exposed header
// names.
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/FetchManager.cpp ('k') | third_party/WebKit/Source/modules/fetch/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698