diff options
Diffstat (limited to 'content/public/browser/navigation_entry.h')
-rw-r--r-- | content/public/browser/navigation_entry.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h index 11b5c0f..6d69b0d 100644 --- a/content/public/browser/navigation_entry.h +++ b/content/public/browser/navigation_entry.h @@ -217,9 +217,6 @@ 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 |