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

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

Issue 2392653002: reflow comments in platform/{transforms,weborigin} (Closed)
Patch Set: Created 4 years, 2 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 7d141e8042b1728315958570e4e344d740998b0e..f34f25d0b6ac3ead151525961d9389cd9703c1ef 100644
--- a/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
+++ b/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
@@ -146,7 +146,8 @@ class PLATFORM_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
// https://w3c.github.io/webappsec/specs/powerfulfeatures/#is-origin-trustworthy.
bool isPotentiallyTrustworthy() const;
- // Returns a human-readable error message describing that a non-secure origin's access to a feature is denied.
+ // Returns a human-readable error message describing that a non-secure
+ // origin's access to a feature is denied.
static String isPotentiallyTrustworthyErrorMessage();
// Returns true if this SecurityOrigin can load local resources, such
@@ -240,7 +241,8 @@ class PLATFORM_EXPORT SecurityOrigin : public RefCounted<SecurityOrigin> {
AtomicString toRawAtomicString() const;
// This method checks for equality, ignoring the value of document.domain
- // (and whether it was set) but considering the host. It is used for postMessage.
+ // (and whether it was set) but considering the host. It is used for
+ // postMessage.
bool isSameSchemeHostPort(const SecurityOrigin*) const;
bool isSameSchemeHostPortAndSuborigin(const SecurityOrigin*) const;

Powered by Google App Engine
This is Rietveld 408576698