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

Unified Diff: chrome/installer/util/chrome_browser_operations.cc

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
Index: chrome/installer/util/chrome_browser_operations.cc
diff --git a/chrome/installer/util/chrome_browser_operations.cc b/chrome/installer/util/chrome_browser_operations.cc
index f92f00d59227206dcddd22b2d7ae6c869a66c8ca..99397dd9be411a09dcaced35f95be973029cc185 100644
--- a/chrome/installer/util/chrome_browser_operations.cc
+++ b/chrome/installer/util/chrome_browser_operations.cc
@@ -93,11 +93,6 @@ bool ChromeBrowserOperations::SetChannelFlags(
#endif
}
-bool ChromeBrowserOperations::ShouldCreateUninstallEntry(
- const std::set<base::string16>& options) const {
- return true;
-}
-
// Modifies a ShortcutProperties object by adding default values to
// uninitialized members. Tries to assign:
// - target: |chrome_exe|.

Powered by Google App Engine
This is Rietveld 408576698