X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Finstaller%2Futil%2Fproduct.h;h=a815fb29469b21fab2be343c821a2ad0b43de13f;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=4e70b424b51f5a8312aac2def9fbd5256abb0367;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/installer/util/product.h b/src/chrome/installer/util/product.h index 4e70b42..a815fb2 100644 --- a/src/chrome/installer/util/product.h +++ b/src/chrome/installer/util/product.h @@ -81,16 +81,6 @@ class Product { return options_.erase(option) != 0; } - // Returns the path(s) to the directory that holds the user data (primary - // and, if applicable to |dist|, alternate). This is always inside a user's - // local application data folder (e.g., "AppData\Local or "Local - // Settings\Application Data" in %USERPROFILE%). Note that these are the - // defaults and do not take into account that they can be overriden with a - // command line parameter. |paths| may be empty on return, but is guaranteed - // not to contain empty paths otherwise. If more than one path is returned, - // they are guaranteed to be siblings. - void GetUserDataPaths(std::vector* paths) const; - // Launches Chrome without waiting for it to exit. bool LaunchChrome(const base::FilePath& application_path) const;