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

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

Issue 7976045: Fix in-use updates for Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hey, it compiles! Created 9 years, 3 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/work_item.h
diff --git a/chrome/installer/util/work_item.h b/chrome/installer/util/work_item.h
index cbe9665835b71875a3f8cec481cfc471f08cdbb4..6c345a903ec307e12d47cd66ec290b55225becbf 100644
--- a/chrome/installer/util/work_item.h
+++ b/chrome/installer/util/work_item.h
@@ -63,7 +63,8 @@ class WorkItem {
static CopyRegKeyWorkItem* CreateCopyRegKeyWorkItem(
HKEY predefined_root,
const std::wstring& source_key_path,
- const std::wstring& dest_key_path);
+ const std::wstring& dest_key_path,
+ CopyOverWriteOption overwrite_option);
// Create a CopyTreeWorkItem that recursively copies a file system hierarchy
// from source path to destination path.

Powered by Google App Engine
This is Rietveld 408576698