From 2a19c63448c84c1805fb1a585c3651318bb86ca7 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 28 Aug 2018 15:28:34 +0200 Subject: BASELINE: Update Chromium to 69.0.3497.70 Change-Id: I2b7b56e4e7a8b26656930def0d4575dc32b900a0 Reviewed-by: Allan Sandfeld Jensen --- chromium/mojo/core/configuration.cc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 chromium/mojo/core/configuration.cc (limited to 'chromium/mojo/core/configuration.cc') diff --git a/chromium/mojo/core/configuration.cc b/chromium/mojo/core/configuration.cc new file mode 100644 index 00000000000..b65612cea4b --- /dev/null +++ b/chromium/mojo/core/configuration.cc @@ -0,0 +1,15 @@ +// Copyright 2014 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. + +#include "mojo/core/configuration.h" + +namespace mojo { +namespace core { +namespace internal { + +Configuration g_configuration; + +} // namespace internal +} // namespace core +} // namespace mojo -- cgit v1.2.1