Skip to content

Commit

Permalink
[WebLayer] Change version numbers for safe browsing load error
Browse files Browse the repository at this point in the history
This CL was cherrypicked to 88 with the version numbers adjusted there:
https://chromium-review.googlesource.com/c/chromium/src/+/2561381/1..5

Hence we can now adjust the version numbers on trunk.

Bug: 1149955
Change-Id: I554ae299b43eecfb66870c386e9b1ccc0d07bcb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562842
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832256}
  • Loading branch information
colinblundell authored and Chromium LUCI CQ committed Dec 1, 2020
1 parent 1c6838d commit a9b42f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
int SSL_ERROR = 3;
int CONNECTIVITY_ERROR = 4;
int OTHER_ERROR = 5;
// Sent since 89.
// Sent since 88.
int SAFE_BROWSING_ERROR = 6;
}
2 changes: 1 addition & 1 deletion weblayer/public/java/org/chromium/weblayer/LoadError.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/**
* Safe browsing error.
*
* @since 89
* @since 88
*/
int SAFE_BROWSING_ERROR =
org.chromium.weblayer_private.interfaces.LoadError.SAFE_BROWSING_ERROR;
Expand Down

0 comments on commit a9b42f2

Please sign in to comment.