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:
@ -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
|
||||
|
Reference in New Issue
Block a user