summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/ui/browser.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 2f02b64..847f011 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -2065,7 +2065,8 @@ void Browser::ExecuteCommandWithDisposition(
if (!GetSelectedTabContentsWrapper())
return;
- DCHECK(command_updater_.IsCommandEnabled(id)) << "Invalid/disabled command";
+ DCHECK(command_updater_.IsCommandEnabled(id)) << "Invalid/disabled command "
+ << id;
// If command execution is blocked then just record the command and return.
if (block_command_execution_) {