fix comment

Co-authored-by: Carl <32685696+csagan5@users.noreply.github.com>
This commit is contained in:
uazo 2021-11-10 08:41:02 +01:00 committed by GitHub
parent fa8276032c
commit f9fd5816f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ diff --git a/components/variations/service/variations_service.cc b/components/va
- }
-#endif
- return true;
+ // set to false event if not used in android
+ // set to false even if not used on Android
+ return false;
}