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

Unified Diff: url/origin.h

Issue 1475433002: Expose RenderFrameHost::GetLastCommittedOrigin(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Charlie's fixes. Created 5 years, 1 month 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/test/data/frame_tree/top.html ('k') | url/scheme_host_port.h » ('j') | 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 c94c38cec9be86c4d9ec158ab33d628a160ad009..dc2f85f94d0dc278ae6f758636ef5518b612fd0d 100644
--- a/url/origin.h
+++ b/url/origin.h
@@ -117,7 +117,7 @@ class URL_EXPORT Origin {
// matches; and neither is unique.
bool IsSameOriginWith(const Origin& other) const;
- // Allows SchemeHostPort to used as a key in STL (for example, a std::set or
+ // Allows Origin to be used as a key in STL (for example, a std::set or
// std::map).
bool operator<(const Origin& other) const;
« no previous file with comments | « content/test/data/frame_tree/top.html ('k') | url/scheme_host_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698