Chromium Code Reviews

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

Issue 11267023: Implementing --app-launcher install/uninstall flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/installer/util/installer_state.h
diff --git a/chrome/installer/util/installer_state.h b/chrome/installer/util/installer_state.h
index e6636dbfcbbee7d8db9b83d8d38c8ada52c5e17e..2a030f26d48155afc3d3e358a54b7f4470665466 100644
--- a/chrome/installer/util/installer_state.h
+++ b/chrome/installer/util/installer_state.h
@@ -73,7 +73,8 @@ class InstallerState {
explicit InstallerState(Level level);
// Initializes this object based on the current operation.
- void Initialize(const CommandLine& command_line,
+ // Returns false iff conflicting options are found.
+ bool Initialize(const CommandLine& command_line,
const MasterPreferences& prefs,
const InstallationState& machine_state);

Powered by Google App Engine