// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/common/media/media_resource_provider.h" #include "base/notreached.h" #include "build/build_config.h" #include "chrome/grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" namespace { int MediaMessageIdToGrdId(media::MessageId message_id) { … } } // namespace std::u16string ChromeMediaLocalizedStringProvider(media::MessageId message_id) { … }