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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2450293003: Third-party iframe logging: Separate AboveAndLeft from Above (Closed)
Patch Set: mark V2 histograms obsolete 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 | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 4b6f9af82925b087b63d4a96554de8df3ec39256..68f258c3bd5d1985333fbcc83859145d24e0d1d1 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -247,10 +247,11 @@ enum WouldLoadReason {
// if the inner frame is visible, so just load it.
// TODO(dgrogan): Revisit after https://crbug.com/650433 is fixed.
WouldLoadOutOfProcess,
- // The next four indicate frames that are probably used for cross-origin
+ // The next five indicate frames that are probably used for cross-origin
// communication.
WouldLoadDisplayNone,
WouldLoadZeroByZero,
+ WouldLoadAboveAndLeft,
WouldLoadAbove,
WouldLoadLeft,
// We have to load documents in visible frames.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698