Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / autofill / android / personal_data_manager_android.h
index 69b4862..da94854 100644 (file)
@@ -75,11 +75,17 @@ class PersonalDataManagerAndroid : public PersonalDataManagerObserver {
       jobject unused_obj,
       jobject jcard);
 
+  // Gets the labels for all known profiles. These labels are useful for
+  // distinguishing the profiles from one another.
+  base::android::ScopedJavaLocalRef<jobjectArray> GetProfileLabels(
+      JNIEnv* env,
+      jobject unused_obj);
+
   // Removes the profile or credit card represented by |jguid|.
   void RemoveByGUID(JNIEnv* env, jobject unused_obj, jstring jguid);
 
   // PersonalDataManagerObserver:
-  virtual void OnPersonalDataChanged() OVERRIDE;
+  virtual void OnPersonalDataChanged() override;
 
   // Registers the JNI bindings for this class.
   static bool Register(JNIEnv* env);