browser_command_controller.h | 39 bool block_command_execution() const { return block_command_execution_; } 184 bool block_command_execution_; member in class:chrome::BrowserCommandController 186 // Stores the last blocked command id when |block_command_execution_| is true.
|