diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-05 22:11:15 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-05 22:11:15 +0000 |
commit | 4d234a61e7278881742693aefedb3fbb50f6f362 (patch) | |
tree | 84b201b6dcf75281a3640890b9f39cd5b6e499f0 /content/public/browser/navigation_entry.h | |
parent | 2c71e9ae7b53b112b9f3cb5668f3b59fb4476577 (diff) | |
download | chromium_src-4d234a61e7278881742693aefedb3fbb50f6f362.zip chromium_src-4d234a61e7278881742693aefedb3fbb50f6f362.tar.gz chromium_src-4d234a61e7278881742693aefedb3fbb50f6f362.tar.bz2 |
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=283728
As of https://src.chromium.org/viewvc/blink?view=rev&revision=179240, Blink
no longer implements the behaviour that corresponds to this change. Everything
is handled blink-side, so remove this support.
Review URL: https://codereview.chromium.org/438733002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287611 0039d316-1c4b-4281-b951-d872f2087c98
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 |