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

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

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit 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/WebLoadingBehaviorFlag.h
diff --git a/third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h b/third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h
index 033466bbc1cc1918fbde370fab32d1a3fb92bcc9..4e03ed049ace6ef7c11184c903461c819e0d1b4c 100644
--- a/third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h
+++ b/third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h
@@ -14,15 +14,16 @@ namespace blink {
// browser process for histogram splitting.
enum WebLoadingBehaviorFlag {
WebLoadingBehaviorNone = 0,
- // Indicates that the page used the document.write evaluator to preload scan for resources inserted via document.write.
+ // Indicates that the page used the document.write evaluator to preload scan
+ // for resources inserted via document.write.
WebLoadingBehaviorDocumentWriteEvaluator = 1 << 0,
// Indicates that the page is controlled by a Service Worker.
WebLoadingBehaviorServiceWorkerControlled = 1 << 1,
// Indicates that the page has a synchronous, cross-origin document.written
// script.
WebLoadingBehaviorDocumentWriteBlock = 1 << 2,
- // Indicates that the page is a reload and has a synchronous, cross-origin document.written
- // script.
+ // Indicates that the page is a reload and has a synchronous, cross-origin
+ // document.written script.
WebLoadingBehaviorDocumentWriteBlockReload = 1 << 3,
// The page loaded external CSS that generated a PreloadRequest via the
// CSSPreloaderResourceClient.
« no previous file with comments | « third_party/WebKit/public/platform/WebLayerTreeView.h ('k') | third_party/WebKit/public/platform/WebMediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698