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

Unified Diff: third_party/WebKit/Source/core/loader/HttpEquiv.h

Issue 2383403002: Reflow comments in core/loader (Closed)
Patch Set: yhirano comments 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/core/loader/HttpEquiv.h
diff --git a/third_party/WebKit/Source/core/loader/HttpEquiv.h b/third_party/WebKit/Source/core/loader/HttpEquiv.h
index c683fd405b895395a81832145698ad2cadb4cd03..e90571b06e0231b89367f3950545677adec93574 100644
--- a/third_party/WebKit/Source/core/loader/HttpEquiv.h
+++ b/third_party/WebKit/Source/core/loader/HttpEquiv.h
@@ -13,10 +13,12 @@ namespace blink {
class Document;
/**
- * Handles a HTTP header equivalent set by a meta tag using <meta http-equiv="..." content="...">. This is called
- * when a meta tag is encountered during document parsing, and also when a script dynamically changes or adds a meta
- * tag. This enables scripts to use meta tags to perform refreshes and set expiry dates in addition to them being
- * specified in a HTML file.
+ * Handles a HTTP header equivalent set by a meta tag using
+ * <meta http-equiv="..." content="...">. This is called when a meta tag is
+ * encountered during document parsing, and also when a script dynamically
+ * changes or adds a meta tag. This enables scripts to use meta tags to perform
+ * refreshes and set expiry dates in addition to them being specified in a HTML
+ * file.
*/
class HttpEquiv {
STATIC_ONLY(HttpEquiv);
« no previous file with comments | « third_party/WebKit/Source/core/loader/HistoryItem.cpp ('k') | third_party/WebKit/Source/core/loader/HttpEquiv.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698