Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/extensions/api/commands/
Dcommands_handler.cc21 const int kMaxCommandsWithKeybindingPerExtension = 4; variable
100 if (keybindings_found > kMaxCommandsWithKeybindingPerExtension) { in Parse()
103 base::IntToString(kMaxCommandsWithKeybindingPerExtension)); in Parse()