| Index: chrome/installer/util/chrome_browser_operations.h
|
| diff --git a/chrome/installer/util/chrome_browser_operations.h b/chrome/installer/util/chrome_browser_operations.h
|
| index e8168c74622c1f5e5f70868b01707c4480706e14..8ae4a6394a732b8bcf62b4506e7bd9c5230c0a86 100644
|
| --- a/chrome/installer/util/chrome_browser_operations.h
|
| +++ b/chrome/installer/util/chrome_browser_operations.h
|
| @@ -25,9 +25,6 @@ class ChromeBrowserOperations : public ProductOperations {
|
| void AddKeyFiles(const std::set<base::string16>& options,
|
| std::vector<base::FilePath>* key_files) const override;
|
|
|
| - void AddComDllList(const std::set<base::string16>& options,
|
| - std::vector<base::FilePath>* com_dll_list) const override;
|
| -
|
| void AppendProductFlags(const std::set<base::string16>& options,
|
| base::CommandLine* cmd_line) const override;
|
|
|
|
|