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

Unified Diff: third_party/WebKit/Source/wtf/DateMath.h

Issue 2386843002: reflow comments in wtf (Closed)
Patch Set: comments (heh!) 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
« no previous file with comments | « third_party/WebKit/Source/wtf/DataLog.cpp ('k') | third_party/WebKit/Source/wtf/DateMath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/DateMath.h
diff --git a/third_party/WebKit/Source/wtf/DateMath.h b/third_party/WebKit/Source/wtf/DateMath.h
index 7c23ebc36e0f996d2c1b3e7146feab10d994a5ae..51c8c75ecf82919741428358b1a2a000ea6631f1 100644
--- a/third_party/WebKit/Source/wtf/DateMath.h
+++ b/third_party/WebKit/Source/wtf/DateMath.h
@@ -52,9 +52,17 @@ namespace WTF {
WTF_EXPORT void initializeDates();
-// Not really math related, but this is currently the only shared place to put these.
+// Not really math related, but this is currently the only shared place to put
+// these.
WTF_EXPORT double parseDateFromNullTerminatedCharacters(const char* dateString);
-// dayOfWeek: [0, 6] 0 being Monday, day: [1, 31], month: [0, 11], year: ex: 2011, hours: [0, 23], minutes: [0, 59], seconds: [0, 59], utcOffset: [-720,720].
+// dayOfWeek: [0, 6] 0 being Monday
+// day: [1, 31]
+// month: [0, 11]
+// year: ex: 2011
+// hours: [0, 23]
+// minutes: [0, 59]
+// seconds: [0, 59]
+// utcOffset: [-720,720].
WTF_EXPORT String makeRFC2822DateString(unsigned dayOfWeek,
unsigned day,
unsigned month,
« no previous file with comments | « third_party/WebKit/Source/wtf/DataLog.cpp ('k') | third_party/WebKit/Source/wtf/DateMath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698