| Index: chrome/browser/ui/webui/options2/font_settings_utils_x11.cc
|
| diff --git a/chrome/browser/ui/webui/options2/font_settings_utils_x11.cc b/chrome/browser/ui/webui/options2/font_settings_utils_x11.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..61c2c6eabf0f6d7793ec1912ac087eeb1665c024
|
| --- /dev/null
|
| +++ b/chrome/browser/ui/webui/options2/font_settings_utils_x11.cc
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2011 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 "chrome/browser/ui/webui/options2/font_settings_utils.h"
|
| +
|
| +// static
|
| +void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
|
| + // Nothing to do for X11.
|
| +}
|
|
|