Index: content/shell/browser/shell_content_browser_client.cc |
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc |
index addc6f2d158b1946b38345ae4e7f546c89ab2669..5704e9d393d1dcffeec176a964e20af90d5a43cf 100644 |
--- a/content/shell/browser/shell_content_browser_client.cc |
+++ b/content/shell/browser/shell_content_browser_client.cc |
@@ -162,7 +162,7 @@ bool ShellContentBrowserClient::DoesSiteRequireDedicatedProcess( |
url::Origin origin(effective_site_url); |
- if (!origin.unique()) { |
+ if (!origin.opaque()) { |
// Schemes like blob or filesystem, which have an embedded origin, should |
// already have been canonicalized to the origin site. |
CHECK_EQ(origin.scheme(), effective_site_url.scheme()) |