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

Unified Diff: third_party/WebKit/public/web/WebURLLoaderOptions.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: 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/public/web/WebURLLoaderOptions.h
diff --git a/third_party/WebKit/public/web/WebURLLoaderOptions.h b/third_party/WebKit/public/web/WebURLLoaderOptions.h
index dc22b94b41704f3bd6484737d199919e1aef6ff5..17e242ea2e40017e7a2f10adcb42c5bfa588449b 100644
--- a/third_party/WebKit/public/web/WebURLLoaderOptions.h
+++ b/third_party/WebKit/public/web/WebURLLoaderOptions.h
@@ -49,12 +49,13 @@ struct WebURLLoaderOptions {
preflightPolicy(ConsiderPreflight),
crossOriginRequestPolicy(CrossOriginRequestPolicyDeny) {}
- bool
- untrustedHTTP; // Whether to validate the method and headers as if this was an XMLHttpRequest.
- bool
- allowCredentials; // Whether to send HTTP credentials and cookies with the request.
- bool
- exposeAllResponseHeaders; // If policy is to use access control, whether to expose non-whitelisted response headers to the client.
+ bool untrustedHTTP; // Whether to validate the method and headers as if this
+ // was an XMLHttpRequest.
+ bool allowCredentials; // Whether to send HTTP credentials and cookies with
+ // the request.
+ bool exposeAllResponseHeaders; // If policy is to use access control, whether
+ // to expose non-whitelisted response headers
+ // to the client.
PreflightPolicy preflightPolicy;
CrossOriginRequestPolicy crossOriginRequestPolicy;
};
« no previous file with comments | « third_party/WebKit/public/web/WebTouchAction.h ('k') | third_party/WebKit/public/web/WebUserGestureIndicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698