| Index: chrome/browser/supervised_user/child_accounts/child_account_service_android.h
|
| diff --git a/chrome/browser/supervised_user/child_accounts/child_account_service_android.h b/chrome/browser/supervised_user/child_accounts/child_account_service_android.h
|
| index f9486ebbd74ffbe1b0a33944c30636c95cb4dd8c..47308556b79be44af2669697b1ce52e3191c5c5e 100644
|
| --- a/chrome/browser/supervised_user/child_accounts/child_account_service_android.h
|
| +++ b/chrome/browser/supervised_user/child_accounts/child_account_service_android.h
|
| @@ -7,13 +7,7 @@
|
|
|
| #include <jni.h>
|
|
|
| -// Returns whether the Java part has determined the child account status.
|
| -// In this case, |is_child_account| will be set to the value.
|
| -bool GetJavaChildAccountStatus(bool* is_child_account);
|
| -
|
| // Register native methods.
|
| bool RegisterChildAccountService(JNIEnv* env);
|
|
|
| -void ChildStatusInvalidationReceived();
|
| -
|
| #endif // CHROME_BROWSER_SUPERVISED_USER_CHILD_ACCOUNTS_CHILD_ACCOUNT_SERVICE_ANDROID_H_
|
|
|