Skip to main content

CMD_BACK

Constant CMD_BACK 

Source
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_RELOAD
  • IDC_PRINT
  • IDC_CONTENT_CONTEXT_* in chromium/src/chrome/app/chrome_command_ids.h

Command id for navigating back.