Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: ios/web/public/web_kit_constants.h

Issue 1301643002: Added kWebKitErrorUnsafePort ios/web constant. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_kit_constants.h
diff --git a/ios/web/public/web_kit_constants.h b/ios/web/public/web_kit_constants.h
index dfbb1046e7e257a81cf4ac1c73bd4c530609dc31..2577fc05d80a208dfd273e35223d5ec3988a706a 100644
--- a/ios/web/public/web_kit_constants.h
+++ b/ios/web/public/web_kit_constants.h
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698