summaryrefslogtreecommitdiffstats
path: root/cloud_print/common/win/install_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print/common/win/install_utils.h')
-rw-r--r--cloud_print/common/win/install_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cloud_print/common/win/install_utils.h b/cloud_print/common/win/install_utils.h
index 541b4d9..5fa7951 100644
--- a/cloud_print/common/win/install_utils.h
+++ b/cloud_print/common/win/install_utils.h
@@ -21,6 +21,9 @@ void SetGoogleUpdateKeys(const base::string16& product_id,
void SetGoogleUpdateError(const base::string16& product_id,
const base::string16& message);
+// Sets custom system error code to show by Google Update installer
+void SetGoogleUpdateError(const base::string16& product_id, HRESULT hr);
+
// Deletes Google Update reg keys on product uninstall.
void DeleteGoogleUpdateKeys(const base::string16& product_id);