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

Unified Diff: net/test/embedded_test_server/http_request.h

Issue 1859313002: Save-Data should not be added to CORS Access-Control-Request-Headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed kinuko comments Created 4 years, 8 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: net/test/embedded_test_server/http_request.h
diff --git a/net/test/embedded_test_server/http_request.h b/net/test/embedded_test_server/http_request.h
index 2a560b6b731678d8595c7117107e64c134a572c0..d9e54b8151bb4f20c0e5da28c419bf770f956283 100644
--- a/net/test/embedded_test_server/http_request.h
+++ b/net/test/embedded_test_server/http_request.h
@@ -32,6 +32,7 @@ enum HttpMethod {
METHOD_DELETE,
METHOD_PATCH,
METHOD_CONNECT,
+ METHOD_OPTIONS,
};
// Represents a HTTP request. Since it can be big, use scoped_ptr to pass it
« no previous file with comments | « content/test/data/service_worker/fetch_event_respond_with_fetch.js ('k') | net/test/embedded_test_server/http_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698