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

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

Issue 8176008: Merge 101684 - Added CopyRegKeyWorkItem in support of IE low rights policy fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 2 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/util/registry_test_data.cc ('k') | chrome/installer/util/work_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/work_item.h
===================================================================
--- chrome/installer/util/work_item.h (revision 104337)
+++ chrome/installer/util/work_item.h (working copy)
@@ -17,6 +17,7 @@
#include "base/basictypes.h"
+class CopyRegKeyWorkItem;
class CopyTreeWorkItem;
class CreateDirWorkItem;
class CreateRegKeyWorkItem;
@@ -58,6 +59,12 @@
virtual ~WorkItem();
+ // Create a CopyRegKeyWorkItem that recursively copies a given registry key.
+ static CopyRegKeyWorkItem* CreateCopyRegKeyWorkItem(
+ HKEY predefined_root,
+ const std::wstring& source_key_path,
+ const std::wstring& dest_key_path);
+
// Create a CopyTreeWorkItem that recursively copies a file system hierarchy
// from source path to destination path.
// * If overwrite_option is ALWAYS, the created CopyTreeWorkItem always
« no previous file with comments | « chrome/installer/util/registry_test_data.cc ('k') | chrome/installer/util/work_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698