| Index: content/common/font_list_ozone.cc
|
| diff --git a/content/common/font_list_ozone.cc b/content/common/font_list_ozone.cc
|
| deleted file mode 100644
|
| index 73df7284312dcc6da14388d5897f3bacd15cbc17..0000000000000000000000000000000000000000
|
| --- a/content/common/font_list_ozone.cc
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -// Copyright 2013 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 "content/common/font_list.h"
|
| -
|
| -#include "base/values.h"
|
| -
|
| -namespace content {
|
| -
|
| -std::unique_ptr<base::ListValue> GetFontList_SlowBlocking() {
|
| - return std::unique_ptr<base::ListValue>(new base::ListValue);
|
| -}
|
| -
|
| -} // namespace content
|
|
|