blob: 5650eabfa3e8469829705d8bb43877b377cef96d [file] [log] [blame]
// 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 "extensions/common/permissions/permission_message_provider.h"
#include "extensions/common/extensions_client.h"
namespace extensions {
// static
const PermissionMessageProvider* PermissionMessageProvider::Get() {
return &(ExtensionsClient::Get()->GetPermissionMessageProvider());
}
} // namespace extensions