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

Unified Diff: chrome_elf/chrome_elf_constants.cc

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.cc
diff --git a/chrome_elf/chrome_elf_constants.cc b/chrome_elf/chrome_elf_constants.cc
index 7115aaf4d14b26708978ff5c90e86da00d14af1b..26f18e9760245b7c2a232617e4da892f88ee377d 100644
--- a/chrome_elf/chrome_elf_constants.cc
+++ b/chrome_elf/chrome_elf_constants.cc
@@ -35,3 +35,6 @@ const wchar_t kRegSecurityPath[] =
L"SOFTWARE\\" PRODUCT_STRING_PATH L"\\BrowserSec";
} // namespace elf_sec
+
+const char kChromeElfInstallDetailsPayloadFunctionName[] =
+ "GetInstallDetailsPayload";

Powered by Google App Engine
This is Rietveld 408576698