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

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: better 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
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 extern "C" const install_static::InstallDetails::Payload __declspec(dllexport) *
Sigurður Ásgeirsson 2017/01/16 18:31:58 yeah, I don't like the dllexport declarations, nor
grt (UTC plus 2) 2017/01/16 20:27:33 Removed in favor of .def file. The linker error wa
8 GetInstallDetailsPayload() {
9 return install_static::InstallDetails::Get().GetPayload();
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698