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

Unified Diff: url/origin.h

Issue 1565913002: Fix typo in documentation on url::Origin.unique (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/origin.h
diff --git a/url/origin.h b/url/origin.h
index 3b9f50bd8c7cb836612ab65662d1b71ede567bab..73e6248276b5baa67e59c43aa211f0fb53d0f642 100644
--- a/url/origin.h
+++ b/url/origin.h
@@ -67,7 +67,7 @@ namespace url {
// origin.scheme(); // "https"
// origin.host(); // "example.com"
// origin.port(); // 443
-// origin.IsUnique(); // false
+// origin.unique(); // false
//
// * To answer the question "Are |this| and |that| "same-origin" with each
// other?", use |Origin::IsSameOriginWith|:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698