Home
last modified time | relevance | path

Searched refs:command_description (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/
Dcommand.cc537 base::string16 command_description; in ToValue() local
541 command_description = in ToValue()
545 command_description = description(); in ToValue()
547 extension_data->SetString("description", command_description); in ToValue()