0

Added kWebKitErrorUnsafePort ios/web constant.

BUG=517467

Review URL: https://codereview.chromium.org/1301643002

Cr-Commit-Position: refs/heads/master@{#343860}
This commit is contained in:
eugenebut
2015-08-18 01:50:21 -07:00
committed by Commit bot
parent 2ab933b8a7
commit 9bdf478aa2

@ -23,6 +23,7 @@ const long kWebKitErrorCannotShowUrl = 101;
const long kWebKitErrorFrameLoadInterruptedByPolicyChange = 102;
// Undocumented iOS-specific WebKit error.
const long kWebKitErrorUnsafePort = 103;
const long kWebKitErrorPlugInLoadFailed = 204;
} // namespace web