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

Side by Side Diff: chrome/install_static/get_install_details_payload.cc

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 unified diff | Download patch
« no previous file with comments | « chrome/install_static/BUILD.gn ('k') | chrome/install_static/initialize_from_primary_module.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/install_static/install_details.h"
6
7 // Returns the payload of the module's details. This should be linked into the
8 // primary module (i.e., chrome_elf) via the "primary_module" source set and
9 // exported for use by other modules in the process; see
10 // install_static::InitializeFromPrimaryModule.
11 extern "C" const install_static::InstallDetails::Payload*
12 GetInstallDetailsPayload() {
13 return install_static::InstallDetails::Get().GetPayload();
14 }
OLDNEW
« no previous file with comments | « chrome/install_static/BUILD.gn ('k') | chrome/install_static/initialize_from_primary_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698