Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / profiles / profile_helper.h
index 73324bc..643b70e 100644 (file)
 
 class Profile;
 
+namespace base {
+class FilePath;
+}
+
 namespace chromeos {
 
 // This helper class is used on Chrome OS to keep track of currently
@@ -47,6 +51,9 @@ class ProfileHelper : public BrowsingDataRemover::Observer,
   static base::FilePath GetProfilePathByUserIdHash(
       const std::string& user_id_hash);
 
+  // Returns the path that corresponds to the sign-in profile.
+  static base::FilePath GetSigninProfileDir();
+
   // Returns OffTheRecord profile for use during signing phase.
   static Profile* GetSigninProfile();