Index: chrome/browser/sync/profile_sync_service_android.h |
diff --git a/chrome/browser/sync/profile_sync_service_android.h b/chrome/browser/sync/profile_sync_service_android.h |
index 4842cb99364ffeb3ffd811634f9aeb5c7aa1561c..59737cab4f2d086fba123a9f21b5a07e974b798f 100644 |
--- a/chrome/browser/sync/profile_sync_service_android.h |
+++ b/chrome/browser/sync/profile_sync_service_android.h |
@@ -112,6 +112,9 @@ class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver { |
// Returns true if the current explicit passphrase time is defined. |
jboolean HasExplicitPassphraseTime(JNIEnv* env, jobject); |
+ // Returns the current explicit passphrase time. |
+ jlong GetExplicitPassphraseTime(JNIEnv* env, jobject); |
+ |
base::android::ScopedJavaLocalRef<jstring> |
GetSyncEnterGooglePassphraseBodyWithDateText( |
JNIEnv* env, jobject); |