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

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

Issue 2619233002: Remove ChromeFrameDistribution and ChromeFrameOperations 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
« no previous file with comments | « chrome/installer/util/chrome_frame_operations.cc ('k') | chrome/installer/util/product.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/installer/util/chrome_frame_operations.cc ('k') | chrome/installer/util/product.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698