| Index: content/browser/background_fetch/background_fetch_cross_origin_filter.cc
|
| diff --git a/content/browser/background_fetch/background_fetch_cross_origin_filter.cc b/content/browser/background_fetch/background_fetch_cross_origin_filter.cc
|
| index 125a4fa270ff0da0fbe6f80e40f19d54f59a1813..ca5829f2f0d078dea2a03727d16f2e882b6f0a5c 100644
|
| --- a/content/browser/background_fetch/background_fetch_cross_origin_filter.cc
|
| +++ b/content/browser/background_fetch/background_fetch_cross_origin_filter.cc
|
| @@ -37,7 +37,7 @@ bool ParseOriginListHeader(const std::string& value,
|
|
|
| for (const std::string& origin_string : origin_vector) {
|
| url::Origin origin = url::Origin(GURL(origin_string));
|
| - if (origin.unique())
|
| + if (origin.opaque())
|
| return false;
|
|
|
| candidate_origins.insert(origin);
|
|
|