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

Unified Diff: content/child/blink_platform_impl_unittest.cc

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Update new uses post-rebase Created 3 years, 4 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 | « content/browser/webauth/authenticator_impl.cc ('k') | content/child/db_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl_unittest.cc
diff --git a/content/child/blink_platform_impl_unittest.cc b/content/child/blink_platform_impl_unittest.cc
index ca84ee2ff3feffc4064bc7035418d8b34d7703ee..56293a99d3728d1c85563178e941ba1d88e98846 100644
--- a/content/child/blink_platform_impl_unittest.cc
+++ b/content/child/blink_platform_impl_unittest.cc
@@ -137,7 +137,7 @@ TEST(BlinkPlatformTest, CastWebSecurityOrigin) {
EXPECT_TRUE(web_origin.IsUnique());
url::Origin url_origin = web_origin;
- EXPECT_TRUE(url_origin.unique());
+ EXPECT_TRUE(url_origin.opaque());
EXPECT_EQ("", url_origin.suborigin());
web_origin = url::Origin(GURL(""));
« no previous file with comments | « content/browser/webauth/authenticator_impl.cc ('k') | content/child/db_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698