Index: chrome/installer/util/product.h |
diff --git a/chrome/installer/util/product.h b/chrome/installer/util/product.h |
index f3d29e89020040630f2ce5cd2f59770a90533073..6c89f9eeae5a5373def3991615327aec0ac55759 100644 |
--- a/chrome/installer/util/product.h |
+++ b/chrome/installer/util/product.h |
@@ -52,14 +52,6 @@ class Product { |
return distribution_; |
} |
- bool is_type(BrowserDistribution::Type type) const { |
- return distribution_->GetType() == type; |
- } |
- |
- bool is_chrome() const { |
- return distribution_->GetType() == BrowserDistribution::CHROME_BROWSER; |
- } |
- |
bool HasOption(const std::wstring& option) const { |
return options_.find(option) != options_.end(); |
} |