Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / third_party / cld / encodings / internal / encodings.cc
blobc8bf82ece85cd8389ff97d3bf881e41e593f90a1
1 // Copyright (c) 2006-2009 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.
5 #include "encodings/public/encodings.h"
8 // We do not use it, just to please a compiler and minimize ported
9 // code changes.
10 const char * EncodingName(const Encoding enc) {
11 return "";