| Index: chrome/installer/util/google_update_constants.cc
|
| ===================================================================
|
| --- chrome/installer/util/google_update_constants.cc (revision 45608)
|
| +++ chrome/installer/util/google_update_constants.cc (working copy)
|
| @@ -21,6 +21,7 @@
|
| const wchar_t kRegLangField[] = L"lang";
|
| const wchar_t kRegLastCheckedField[] = L"LastChecked";
|
| const wchar_t kRegMetricsId[] = L"metricsid";
|
| +const wchar_t kRegMSIField[] = L"msi";
|
| const wchar_t kRegNameField[] = L"name";
|
| const wchar_t kRegOldVersionField[] = L"opv";
|
| const wchar_t kRegRenameCmdField[] = L"cmd";
|
|
|