| Index: chrome/installer/util/product.h
|
| diff --git a/chrome/installer/util/product.h b/chrome/installer/util/product.h
|
| index e727b23868c22802777d6ea7c590a45ced408da3..ae9cefaf4d76b647d2d0fd36c577f836ca1d8b6c 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_frame() const {
|
| - return distribution_->GetType() == BrowserDistribution::CHROME_FRAME;
|
| - }
|
| -
|
| bool is_chrome_binaries() const {
|
| return distribution_->GetType() == BrowserDistribution::CHROME_BINARIES;
|
| }
|
| @@ -105,9 +101,6 @@ class Product {
|
| // See ProductOperations::AddKeyFiles.
|
| void AddKeyFiles(std::vector<base::FilePath>* key_files) const;
|
|
|
| - // See ProductOperations::AddComDllList.
|
| - void AddComDllList(std::vector<base::FilePath>* com_dll_list) const;
|
| -
|
| // See ProductOperations::AppendProductFlags.
|
| void AppendProductFlags(base::CommandLine* command_line) const;
|
|
|
|
|