Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7309)

Unified Diff: chrome/browser/supervised_user/child_accounts/child_account_service_android.h

Issue 1341423005: ChildAccountService[Java] delegates everything to native side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@child
Patch Set: nits Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698