Index: chrome/installer/setup/install_worker.h |
diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h |
index 2e9dfd498153806e2b2da45f7883f49a90969139..a4150036a55c34c304ae0384373afe890ceef086 100644 |
--- a/chrome/installer/setup/install_worker.h |
+++ b/chrome/installer/setup/install_worker.h |
@@ -132,10 +132,12 @@ void AddUninstallShortcutWorkItems(const InstallerState& installer_state, |
const Product& product); |
// Create Version key for a product (if not already present) and sets the new |
-// product version as the last step. |
+// product version as the last step. If |add_language_identifier| is true, the |
+// "lang" value is also set according to the currently selected translation. |
void AddVersionKeyWorkItems(HKEY root, |
BrowserDistribution* dist, |
const Version& new_version, |
+ bool add_language_identifier, |
WorkItemList* list); |
// Unregisters the "opv" version of ChromeLauncher from IE's low rights |