Commit c508d400 authored by Shimi Zhang's avatar Shimi Zhang Committed by Commit Bot

Fix comment in FrameLoaderStateMachine

FirstLayoutDone state was removed long time ago in
https://chromiumcodereview.appspot.com/14787005, change the comment to
reflect the current states.

Bug: None
Change-Id: Idac41a01e3f85d8187eae8c8ea89ba1a576f3096
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1802522
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Reviewed-by: default avatarNate Chapin <japhet@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697024}
parent b7dd95b8
......@@ -46,9 +46,7 @@ class CORE_EXPORT FrameLoaderStateMachine {
public:
FrameLoaderStateMachine();
// Once a load has been committed, the state may alternate between
// CommittedFirstRealLoad and FirstLayoutDone. Otherwise, the states only go
// down the list.
// The states only go down the list.
enum State {
kCreatingInitialEmptyDocument,
kDisplayingInitialEmptyDocument,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment