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

Side by Side Diff: third_party/WebKit/Source/platform/network/HTTPNames.in

Issue 1972923004: X-DevTools-Emulate-Network-Conditions-Client-Id header shouldn't block cache reuse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="HTTP" 1 namespace="HTTP"
2 export="PLATFORM_EXPORT" 2 export="PLATFORM_EXPORT"
3 3
4 GET 4 GET
5 HEAD 5 HEAD
6 POST 6 POST
7 OPTIONS 7 OPTIONS
8 Accept 8 Accept
9 Accept-CH 9 Accept-CH
10 Access-Control-Allow-External 10 Access-Control-Allow-External
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 Refresh 46 Refresh
47 Resource-Freshness 47 Resource-Freshness
48 SourceMap 48 SourceMap
49 Suborigin 49 Suborigin
50 Timing-Allow-Origin 50 Timing-Allow-Origin
51 Upgrade-Insecure-Requests 51 Upgrade-Insecure-Requests
52 User-Agent 52 User-Agent
53 Vary 53 Vary
54 X-Content-Type-Options 54 X-Content-Type-Options
55 X-DNS-Prefetch-Control 55 X-DNS-Prefetch-Control
56 X-DevTools-Emulate-Network-Conditions-Client-Id
Nate Chapin 2016/05/13 15:26:36 InspectorInstrumentation isn't supposed to be used
56 X-Frame-Options 57 X-Frame-Options
57 X-SourceMap 58 X-SourceMap
58 X-XSS-Protection 59 X-XSS-Protection
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698