Index: chrome_elf/chrome_elf_constants.h |
diff --git a/chrome_elf/chrome_elf_constants.h b/chrome_elf/chrome_elf_constants.h |
index 0039b8960d526287125e61edc5007e93d38d36a8..7e49f53f0632908a56cd4e16582af53b522b3728 100644 |
--- a/chrome_elf/chrome_elf_constants.h |
+++ b/chrome_elf/chrome_elf_constants.h |
@@ -48,4 +48,8 @@ extern const wchar_t kRegSecurityFinchPath[]; |
extern const wchar_t kRegSecurityPath[]; |
} |
+// The name of the function exported by the ELF so that other modules in the |
+// process may retrieve the process's InstallDetailsPayload. |
+extern const char kChromeElfInstallDetailsPayloadFunctionName[]; |
+ |
#endif // CHROME_ELF_CHROME_ELF_CONSTANTS_H_ |