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

Unified Diff: third_party/WebKit/public/platform/WebCachePolicy.h

Issue 2387113002: reflow comments in public/platform/ (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/public/platform/WebCachePolicy.h
diff --git a/third_party/WebKit/public/platform/WebCachePolicy.h b/third_party/WebKit/public/platform/WebCachePolicy.h
index dc8011a81f160294027a9144765ed4b1fd3f3083..553767ddff0580eb48cc44c0ca667ef5be77a629 100644
--- a/third_party/WebKit/public/platform/WebCachePolicy.h
+++ b/third_party/WebKit/public/platform/WebCachePolicy.h
@@ -11,8 +11,10 @@ enum class WebCachePolicy {
UseProtocolCachePolicy, // normal load
ValidatingCacheData, // reload
BypassingCache, // end-to-end reload
- ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data
- ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
+ ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale
+ // data
+ ReturnCacheDataDontLoad, // results of a post - allow stale data and only use
+ // cache
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698