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

Unified Diff: content/child/request_extra_data.h

Issue 193723003: Identify service worker version at main resource load time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | content/child/resource_dispatcher.cc » ('j') | content/child/resource_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_extra_data.h
diff --git a/content/child/request_extra_data.h b/content/child/request_extra_data.h
index fb519228ee56857fedb76fba9b56e1846c2febb6..472519c74a2c6d578cf193934c4999d477c3b4a0 100644
--- a/content/child/request_extra_data.h
+++ b/content/child/request_extra_data.h
@@ -14,8 +14,9 @@
namespace content {
-// The RenderView stores an instance of this class in the "extra data" of each
-// ResourceRequest (see RenderFrameImpl::willSendRequest).
+// The RenderView and EmbeddedWorkerContextClient store an instance of this
jam 2014/03/27 23:00:24 this is also set in pepper code. i think it's best
michaeln 2014/03/27 23:09:01 Done.
+// class in the "extra data" of each ResourceRequest (see the willSendRequest
+// methods of RenderFrameImpl and EmbeddedWorkerContextClient willSendRequest).
class CONTENT_EXPORT RequestExtraData
: public NON_EXPORTED_BASE(blink::WebURLRequest::ExtraData) {
public:
« no previous file with comments | « no previous file | content/child/resource_dispatcher.cc » ('j') | content/child/resource_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698