diff options
Diffstat (limited to 'chrome/installer/util/chrome_browser_operations.h')
-rw-r--r-- | chrome/installer/util/chrome_browser_operations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/chrome_browser_operations.h b/chrome/installer/util/chrome_browser_operations.h index 692676a..53ebb04 100644 --- a/chrome/installer/util/chrome_browser_operations.h +++ b/chrome/installer/util/chrome_browser_operations.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -34,7 +34,7 @@ class ChromeBrowserOperations : public ProductOperations { const std::set<std::wstring>& options, std::vector<FilePath>* com_dll_list) const OVERRIDE; - virtual void AppendUninstallFlags( + virtual void AppendProductFlags( const std::set<std::wstring>& options, CommandLine* cmd_line) const OVERRIDE; |