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

Unified Diff: chrome/installer/util/product.cc

Issue 10826144: Delete both regular and Metro user data dirs on uninstall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: factored in gab's comments Created 8 years, 4 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
« no previous file with comments | « chrome/installer/util/product.h ('k') | chrome/installer/util/product_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/product.cc
diff --git a/chrome/installer/util/product.cc b/chrome/installer/util/product.cc
index 77474011d0a3b47845b3613d030a95f32ea92647..2e6c855329a584c317fc127f11d159db8632644d 100644
--- a/chrome/installer/util/product.cc
+++ b/chrome/installer/util/product.cc
@@ -62,8 +62,8 @@ void Product::InitializeFromUninstallCommand(
operations_->ReadOptions(uninstall_command, &options_);
}
-FilePath Product::GetUserDataPath() const {
- return GetChromeUserDataPath(distribution_);
+void Product::GetUserDataPaths(std::vector<FilePath>* paths) const {
+ GetChromeUserDataPaths(distribution_, paths);
}
bool Product::LaunchChrome(const FilePath& application_path) const {
« no previous file with comments | « chrome/installer/util/product.h ('k') | chrome/installer/util/product_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698