diff options
Diffstat (limited to 'content/public/browser/navigation_entry.h')
-rw-r--r-- | content/public/browser/navigation_entry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h index 6d69b0d..11b5c0f 100644 --- a/content/public/browser/navigation_entry.h +++ b/content/public/browser/navigation_entry.h @@ -217,6 +217,9 @@ class NavigationEntry { // True if this entry is restored and hasn't been loaded. virtual bool IsRestored() const = 0; + + // Whether an XSS was detected by Blink's XSSAuditor for this entry. + virtual bool GetXssDetected() const = 0; }; } // namespace content |