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

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

Issue 218683013: Remove stale code to delete the metro user data dir. It never shipped. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: chrome/installer/util/product.cc
diff --git a/chrome/installer/util/product.cc b/chrome/installer/util/product.cc
index 44e7cefc12ee4cc3ca08e7813e911c2c2b16c7c7..1d11a7ee72fc40a75cefea5862ab6cacc6b3a0b1 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_);
}
-void Product::GetUserDataPaths(std::vector<base::FilePath>* paths) const {
- GetChromeUserDataPaths(distribution_, paths);
+base::FilePath Product::GetUserDataPath() const {
+ return GetChromeUserDataPath(distribution_);
}
bool Product::LaunchChrome(const base::FilePath& application_path) const {

Powered by Google App Engine
This is Rietveld 408576698