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

Unified Diff: third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h

Issue 2332263002: Updated suborigin serialization to latest spec proposal (Closed)
Patch Set: Actually disable test Created 4 years, 3 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
Index: third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
diff --git a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
index fbda157548554da254cce1e17ae5f90f651b532b..ae595edc9149ca8a35cf802aa441ce06f43c8ab0 100644
--- a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
+++ b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
@@ -272,7 +272,7 @@ private:
void buildRawString(StringBuilder&, bool includeSuborigin) const;
String toRawStringIgnoreSuborigin() const;
- static bool deserializeSuboriginAndHost(const String&, String&, String&);
+ static bool deserializeSuboriginAndProtocolAndHost(const String&, const String&, String&, String&, String&);
String m_protocol;
String m_host;

Powered by Google App Engine
This is Rietveld 408576698