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

Unified Diff: third_party/WebKit/Source/platform/weborigin/SchemeRegistry.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/SchemeRegistry.h
diff --git a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
index a69ca5244716846671ea12ad9c5973e1a7545814..817aeee30909d25a4cb47875a001f4d4843c96ab 100644
--- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
+++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
@@ -92,7 +92,8 @@ class PLATFORM_EXPORT SchemeRegistry {
// Serialize the registered schemes in a comma-separated list.
static String listOfCORSEnabledURLSchemes();
- // "Legacy" schemes (e.g. 'ftp:', 'gopher:') which we might want to treat differently from "webby" schemes.
+ // "Legacy" schemes (e.g. 'ftp:', 'gopher:') which we might want to treat
+ // differently from "webby" schemes.
static bool shouldTreatURLSchemeAsLegacy(const String& scheme);
// Schemes that can register a service worker.

Powered by Google App Engine
This is Rietveld 408576698