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

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

Issue 2383403002: Reflow comments in core/loader (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/core/loader/CrossOriginPreflightResultCache.h
diff --git a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h b/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
index b4409e7b615164bb0327eee7c7bd1822cbdfb44a..10d4b18e47a40f50fe3fce8a7b807959086ed95d 100644
--- a/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
+++ b/third_party/WebKit/Source/core/loader/CrossOriginPreflightResultCache.h
@@ -58,9 +58,9 @@ class CrossOriginPreflightResultCacheItem {
private:
typedef HashSet<String, CaseFoldingHash> HeadersSet;
- // FIXME: A better solution to holding onto the absolute expiration time might be
- // to start a timer for the expiration delta that removes this from the cache when
- // it fires.
+ // FIXME: A better solution to holding onto the absolute expiration time might
+ // be to start a timer for the expiration delta that removes this from the
+ // cache when it fires.
double m_absoluteExpiryTime;
StoredCredentials m_credentials;
HashSet<String> m_methods;

Powered by Google App Engine
This is Rietveld 408576698