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

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

Issue 2621713004: Remove *BinariesDistribution and ChromeBinariesOperations 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
« chrome/installer/util/product.h ('K') | « chrome/installer/util/product.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/product_operations.h
diff --git a/chrome/installer/util/product_operations.h b/chrome/installer/util/product_operations.h
index fb14283dd1013df28d9a0e094b8783727fd9dd51..ae4abe480c94bd5bbb601ed2e788cbe65b9b5ed4 100644
--- a/chrome/installer/util/product_operations.h
+++ b/chrome/installer/util/product_operations.h
@@ -68,12 +68,6 @@ class ProductOperations {
bool set,
ChannelInfo* channel_info) const = 0;
- // Returns true if setup should create an entry in the Add/Remove list
- // of installed applications for this product. This does not test for use of
- // MSI; see InstallerState::is_msi.
- virtual bool ShouldCreateUninstallEntry(
- const std::set<base::string16>& options) const = 0;
-
// Modifies a ShellUtil::ShortcutProperties object by assigning default values
// to unintialized members.
virtual void AddDefaultShortcutProperties(
« chrome/installer/util/product.h ('K') | « chrome/installer/util/product.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698