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

Unified Diff: chrome_elf/chrome_elf_constants.h

Issue 2422643002: Windows install_static refactor. (Closed)
Patch Set: maybe fix nacl64 Created 4 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
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_

Powered by Google App Engine
This is Rietveld 408576698