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

Unified Diff: url/scheme_host_port.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 | « url/origin.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/scheme_host_port.h
diff --git a/url/scheme_host_port.h b/url/scheme_host_port.h
index 6e35a25bca9196b5687dcd63545d427acce4b49e..3aca558172d5d42919864de936274eae2345ecf4 100644
--- a/url/scheme_host_port.h
+++ b/url/scheme_host_port.h
@@ -116,8 +116,8 @@ class URL_EXPORT SchemeHostPort {
// themselves). Unique origins, on the other hand, would not.
bool Equals(const SchemeHostPort& other) const;
- // Allows SchemeHostPort to used as a key in STL (for example, a std::set or
- // std::map).
+ // Allows SchemeHostPort to be used as a key in STL (for example, a std::set
+ // or std::map).
bool operator<(const SchemeHostPort& other) const;
private:
« no previous file with comments | « url/origin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698