| Index: content/public/browser/navigation_entry.h
|
| diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h
|
| index 11b5c0f14b94dda3aee1d751312d926257359145..6d69b0de4bc2557aa36a60cba1497133abe08635 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
|
|
|