diff options
Diffstat (limited to 'chromium/components/safety_check/safety_check.h')
-rw-r--r-- | chromium/components/safety_check/safety_check.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/safety_check/safety_check.h b/chromium/components/safety_check/safety_check.h index 8a55e1aac33..2bd457a5e2b 100644 --- a/chromium/components/safety_check/safety_check.h +++ b/chromium/components/safety_check/safety_check.h @@ -20,6 +20,7 @@ class SafetyCheck { // desktop, Android, and iOS) of the safety check and should be kept in sync // with the JS frontend (safety_check_browser_proxy.js) and |SafetyCheck*| // metrics enums in enums.xml. + // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.safety_check enum class SafeBrowsingStatus { kChecking = 0, kEnabled = 1, |