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

Unified Diff: chrome/install_static/install_details.h

Issue 2635953002: Use loader-based binding of GetInstallDetailsPayload for install_static. (Closed)
Patch Set: sync to position 444298 Created 3 years, 11 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
« no previous file with comments | « chrome/install_static/initialize_from_primary_module.cc ('k') | chrome/install_static/install_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/install_details.h
diff --git a/chrome/install_static/install_details.h b/chrome/install_static/install_details.h
index f9c0a13bdfaa4c91d0e5ea59bd07e6ee3846a2ed..aefdbb8525fcd6e327fd1f6f4fe64bd74f4bc7cc 100644
--- a/chrome/install_static/install_details.h
+++ b/chrome/install_static/install_details.h
@@ -122,12 +122,9 @@ class InstallDetails {
// other modules in the process.
static const Payload* GetPayload();
- // Initializes this module's instance with the payload owned by the process's
- // primary module (the one that used SetForProcess). Said primary module must
- // export the function:
- // extern "C" const install_static::InstallDetails::Payload*
- // GetInstallDetailsPayload();
- static void InitializeFromPrimaryModule(const wchar_t* primary_module_name);
+ // Initializes this module's instance with the payload from the process's
+ // primary module (the one that used SetForProcess).
+ static void InitializeFromPayload(const Payload* payload);
protected:
explicit InstallDetails(const Payload* payload) : payload_(payload) {}
« no previous file with comments | « chrome/install_static/initialize_from_primary_module.cc ('k') | chrome/install_static/install_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698