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

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

Issue 2621713004: Remove *BinariesDistribution and ChromeBinariesOperations from installer_util. (Closed)
Patch Set: sync to position 442533 Created 3 years, 11 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.h
diff --git a/chrome/installer/util/product.h b/chrome/installer/util/product.h
index ae9cefaf4d76b647d2d0fd36c577f836ca1d8b6c..f3d29e89020040630f2ce5cd2f59770a90533073 100644
--- a/chrome/installer/util/product.h
+++ b/chrome/installer/util/product.h
@@ -60,10 +60,6 @@ class Product {
return distribution_->GetType() == BrowserDistribution::CHROME_BROWSER;
}
- bool is_chrome_binaries() const {
- return distribution_->GetType() == BrowserDistribution::CHROME_BINARIES;
- }
-
bool HasOption(const std::wstring& option) const {
return options_.find(option) != options_.end();
}
@@ -94,10 +90,6 @@ class Product {
// ClientState key.
bool SetMsiMarker(bool system_install, bool set) const;
- // Returns true if setup should create an entry in the Add/Remove list
- // of installed applications.
- bool ShouldCreateUninstallEntry() const;
-
// See ProductOperations::AddKeyFiles.
void AddKeyFiles(std::vector<base::FilePath>* key_files) const;

Powered by Google App Engine
This is Rietveld 408576698