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

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

Issue 2474943002: doc.write intervention warning message changed to replace cross-origin with cross site (etdl+1) (Closed)
Patch Set: Bot failures fixed. Created 3 years, 11 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 4e03ed049ace6ef7c11184c903461c819e0d1b4c..bcb38b37abfb88d6980c624888cff891b32864c0 100644
--- a/third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h
+++ b/third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h
@@ -28,6 +28,9 @@ enum WebLoadingBehaviorFlag {
// The page loaded external CSS that generated a PreloadRequest via the
// CSSPreloaderResourceClient.
WebLoadingBehaviorCSSPreloadFound = 1 << 4,
+ // Indicates that the page has a synchronous, same-origin document.written
+ // script with different protocol.
+ WebLoadingBehaviorDocumentWriteBlockDifferentScheme = 1 << 5
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698