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

Unified Diff: url/mojo/origin.mojom

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Mac fixes Created 3 years, 10 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: url/mojo/origin.mojom
diff --git a/url/mojo/origin.mojom b/url/mojo/origin.mojom
index 884357ba37a1541708da061864e4620059f69408..b9670653a4894eedaefc1b89ba506d83b0fab2b2 100644
--- a/url/mojo/origin.mojom
+++ b/url/mojo/origin.mojom
@@ -8,5 +8,5 @@ struct Origin {
string scheme;
string host;
uint16 port;
- bool unique;
+ bool opaque;
};

Powered by Google App Engine
This is Rietveld 408576698