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

Unified Diff: chrome/install_static/initialize_from_primary_module.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
Index: chrome/install_static/initialize_from_primary_module.h
diff --git a/chrome/install_static/initialize_from_primary_module.h b/chrome/install_static/initialize_from_primary_module.h
new file mode 100644
index 0000000000000000000000000000000000000000..e66e2057043a35f794cd773a9dd3762945a20bd4
--- /dev/null
+++ b/chrome/install_static/initialize_from_primary_module.h
@@ -0,0 +1,17 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_INSTALL_STATIC_INITIALIZE_FROM_PRIMARY_MODULE_H_
+#define CHROME_INSTALL_STATIC_INITIALIZE_FROM_PRIMARY_MODULE_H_
+
+namespace install_static {
+
+// Initializes an InstallDetails instance for this module with the payload from
+// the process's primary module (which exports an "GetInstallDetailsPayload"
+// function for this express purpose).
+void InitializeFromPrimaryModule();
+
+} // namespace install_static
+
+#endif // CHROME_INSTALL_STATIC_INITIALIZE_FROM_PRIMARY_MODULE_H_
« no previous file with comments | « chrome/install_static/get_install_details_payload.cc ('k') | chrome/install_static/initialize_from_primary_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698