Commit fee5fe40 authored by Sorin Jianu's avatar Sorin Jianu Committed by Commit Bot

Fix Android build break when is_chrome_branded = true.

Some constexpr static class members still require definitions in C++14 but
it is not clear why this build break occurred on Android only.

Change-Id: I3e0d04d765f02ce37db2f7b4df90bb4d85fcab6d

BUG: 1030716
Change-Id: I3e0d04d765f02ce37db2f7b4df90bb4d85fcab6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950749Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Commit-Queue: Sorin Jianu <sorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721601}
parent 29bc95dc
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
namespace component_updater { namespace component_updater {
constexpr base::TaskTraits RecoveryComponentActionHandler::kTaskTraits;
constexpr base::TaskTraits
RecoveryComponentActionHandler::kTaskTraitsRunCommand;
RecoveryComponentActionHandler::RecoveryComponentActionHandler( RecoveryComponentActionHandler::RecoveryComponentActionHandler(
const std::vector<uint8_t>& key_hash, const std::vector<uint8_t>& key_hash,
crx_file::VerifierFormat verifier_format) crx_file::VerifierFormat verifier_format)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment