| 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;
|
|
|
|
|