1 // Copyright 2013 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 #ifndef CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_BASIC_INFO_H_
6 #define CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_BASIC_INFO_H_
12 namespace extensions
{
16 // Fills the |info| dictionary with basic information about the extension.
17 // |enabled| is injected for easier testing.
18 void GetExtensionBasicInfo(const Extension
* extension
,
20 base::DictionaryValue
* info
);
22 } // namespace extensions
24 #endif // CHROME_BROWSER_UI_WEBUI_EXTENSIONS_EXTENSION_BASIC_INFO_H_