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

Unified Diff: third_party/WebKit/Source/platform/weborigin/KnownPorts.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/KnownPorts.h
diff --git a/third_party/WebKit/Source/platform/weborigin/KnownPorts.h b/third_party/WebKit/Source/platform/weborigin/KnownPorts.h
index 8185af80d15c46b7842d1afcee1bcf996084ee77..56293052988f25c4d5380c4afb5e3a2ab85e25fc 100644
--- a/third_party/WebKit/Source/platform/weborigin/KnownPorts.h
+++ b/third_party/WebKit/Source/platform/weborigin/KnownPorts.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Apple Inc. All rights reserved.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Apple Inc.
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,7 +34,8 @@ namespace blink {
class KURL;
-// Returns true if |port| is known to be the default for |protocol|. |protocol| must be lower case.
+// Returns true if |port| is known to be the default for |protocol|. |protocol|
+// must be lower case.
PLATFORM_EXPORT bool isDefaultPortForProtocol(unsigned short port,
const WTF::String& protocol);

Powered by Google App Engine
This is Rietveld 408576698