summaryrefslogtreecommitdiffstats
path: root/content/browser/bad_message.h
diff options
context:
space:
mode:
authorclamy <clamy@chromium.org>2016-02-22 10:27:38 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-22 18:29:06 +0000
commit2567242af04760d30f47a96e08bb0314a4c0b6b7 (patch)
tree5191cf48065e2dc3d6588a88b147713842426826 /content/browser/bad_message.h
parentd75375fc5c4e24850b41d46b6d0b48e70001babc (diff)
downloadchromium_src-2567242af04760d30f47a96e08bb0314a4c0b6b7.zip
chromium_src-2567242af04760d30f47a96e08bb0314a4c0b6b7.tar.gz
chromium_src-2567242af04760d30f47a96e08bb0314a4c0b6b7.tar.bz2
PlzNavigate: Use WebNavigationPolicyHandledByClient
When PlzNavigate is enabled, this CL has RenderFrameImpl::decidePolicyForNavigation return WebNavigationPolicyHandledByClient when the navigation is sent ot the browser. Before it would return WebNavigationPolicyIgnore, which would result in an incorrect tracking of load state in the renderer. BUG=576265 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1608283002 Cr-Commit-Position: refs/heads/master@{#376761}
Diffstat (limited to 'content/browser/bad_message.h')
-rw-r--r--content/browser/bad_message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index a9b5efa..f79f9bf 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -133,6 +133,7 @@ enum BadMessageReason {
BDH_SERVICE_NOT_ALLOWED_FOR_ORIGIN = 109,
WSH_SEND_BLOB_DURING_BLOB_SEND = 110,
WSH_SEND_FRAME_DURING_BLOB_SEND = 111,
+ RFH_UNEXPECTED_LOAD_START = 112,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the