blob: 37d8a9513dd8602a75c015b2c1c64d847f1d777f [file] [log] [blame]
// Generated with https://crrev.com/c/2220116 and:
// python3 tools/state_transitions/state_graph.py content/browser/renderer_host/render_frame_host_impl.cc LifecycleState
//
// See tools/state_transitions/README.md
digraph createflow {
kSpeculative -> {kActive, kReadyToBeDeleted};
kActive -> {kInBackForwardCache, kRunningUnloadHandlers, kReadyToBeDeleted};
kInBackForwardCache -> {kActive, kReadyToBeDeleted};
kRunningUnloadHandlers -> {kReadyToBeDeleted};
kReadyToBeDeleted -> {};
}