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

Unified Diff: url/mojo/origin.mojom

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 | « third_party/WebKit/public/platform/WebSecurityOrigin.h ('k') | url/mojo/origin_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/mojo/origin.mojom
diff --git a/url/mojo/origin.mojom b/url/mojo/origin.mojom
index 90d1ef8612446089fe15e4fd7e63ae73ea507102..1a0cb43b343aa12bf55122f3d6777f83bcb663e4 100644
--- a/url/mojo/origin.mojom
+++ b/url/mojo/origin.mojom
@@ -9,5 +9,5 @@ struct Origin {
string host;
uint16 port;
string suborigin;
- bool unique;
+ bool opaque;
};
« no previous file with comments | « third_party/WebKit/public/platform/WebSecurityOrigin.h ('k') | url/mojo/origin_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698