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

Unified Diff: content/browser/streams/stream.h

Issue 15817013: Add Stream support to WebBlobRegistry and FileAPIMessageFilter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, bug fix, unittests Created 7 years, 6 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: content/browser/streams/stream.h
diff --git a/content/browser/streams/stream.h b/content/browser/streams/stream.h
index 382326202768e1909952827655e13d1b0112f3a5..ffc4ba19bf096e2a135559799897a543fb7acf16 100644
--- a/content/browser/streams/stream.h
+++ b/content/browser/streams/stream.h
@@ -75,6 +75,9 @@ class CONTENT_EXPORT Stream : public base::RefCountedThreadSafe<Stream> {
const GURL& url() const { return url_; }
+ // TODO(tyoshino): Once security origin handling inside Chromium is fixed,
+ // revisit callers of the Stream constructor and fix them if necessary to
+ // pass right data (e.g. FileAPIMessageFilter).
kinuko 2013/07/18 06:06:55 Do you have an issue number or link to the discuss
tyoshino (SeeGerritForStatus) 2013/07/23 11:54:38 Just filed. crbug.com/263342
const GURL& security_origin() const { return security_origin_; }
private:

Powered by Google App Engine
This is Rietveld 408576698