| Index: chrome/browser/supervised_user/child_accounts/child_account_service_android.cc
|
| diff --git a/chrome/browser/supervised_user/child_accounts/child_account_service_android.cc b/chrome/browser/supervised_user/child_accounts/child_account_service_android.cc
|
| index 6d23de999736313b181786686fc0aa36c40424be..7d0e932d524844da553a85ec54bd968e09cf083f 100644
|
| --- a/chrome/browser/supervised_user/child_accounts/child_account_service_android.cc
|
| +++ b/chrome/browser/supervised_user/child_accounts/child_account_service_android.cc
|
| @@ -9,6 +9,8 @@
|
| #include "chrome/browser/supervised_user/child_accounts/child_account_service.h"
|
| #include "jni/ChildAccountService_jni.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +
|
| jboolean IsChildAccountDetectionEnabled(JNIEnv* env,
|
| const JavaParamRef<jclass>& jcaller) {
|
| return ChildAccountService::IsChildAccountDetectionEnabled();
|
|
|