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

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

Issue 6541029: Add product-specific flags to the rename command in the registry. This fixes... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/setup/install_worker.cc ('k') | chrome/installer/util/installation_validator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/installation_validator.h
===================================================================
--- chrome/installer/util/installation_validator.h (revision 75381)
+++ chrome/installer/util/installation_validator.h (working copy)
@@ -83,7 +83,7 @@
public:
virtual ~ProductRules() { }
virtual BrowserDistribution::Type distribution_type() const = 0;
- virtual void AddUninstallSwitchExpectations(
+ virtual void AddProductSwitchExpectations(
const InstallationState& machine_state,
bool system_install,
const ProductState& product_state,
@@ -94,7 +94,7 @@
class ChromeRules : public ProductRules {
public:
virtual BrowserDistribution::Type distribution_type() const OVERRIDE;
- virtual void AddUninstallSwitchExpectations(
+ virtual void AddProductSwitchExpectations(
const InstallationState& machine_state,
bool system_install,
const ProductState& product_state,
@@ -105,7 +105,7 @@
class ChromeFrameRules : public ProductRules {
public:
virtual BrowserDistribution::Type distribution_type() const OVERRIDE;
- virtual void AddUninstallSwitchExpectations(
+ virtual void AddProductSwitchExpectations(
const InstallationState& machine_state,
bool system_install,
const ProductState& product_state,
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/util/installation_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698