pub const CMD_BACK: i32 = 33000;Expand description
Chromium-derived command ids mirrored from chrome/app/chrome_command_ids.h.
Keep these values aligned with the Chromium revision used by CBF because the
backend reports and accepts the same command id space.
Current upstream reference:
IDC_BACK,IDC_FORWARD,IDC_RELOADIDC_PRINTIDC_CONTENT_CONTEXT_*inchromium/src/chrome/app/chrome_command_ids.h
Command id for navigating back.