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

Unified Diff: url/origin.h

Issue 1475433002: Expose RenderFrameHost::GetLastCommittedOrigin(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alexmos'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
Index: url/origin.h
diff --git a/url/origin.h b/url/origin.h
index c94c38cec9be86c4d9ec158ab33d628a160ad009..735c02df0ffa5254a38b4aa741bf2f510f094e1b 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 used as a key in STL (for example, a std::set or
Charlie Reis 2015/11/24 21:00:42 nit: to be used
ncarter (slow) 2015/11/24 22:07:34 Done.
// std::map).
bool operator<(const Origin& other) const;
« content/browser/frame_host/render_frame_host_impl.cc ('K') | « content/test/data/frame_tree/top.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698