Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1403)

Unified Diff: Source/core/loader/FrameLoaderStateMachine.h

Issue 76653002: Simplify setting lockBackForwardList() in NavigationScheduler. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/loader/FrameLoaderStateMachine.h
diff --git a/Source/core/loader/FrameLoaderStateMachine.h b/Source/core/loader/FrameLoaderStateMachine.h
index e8d1a2aaddfd56fcc20f16377c2d2a478bb784d5..aa349a5d6609c4ea3eb841a2930740168f144c55 100644
--- a/Source/core/loader/FrameLoaderStateMachine.h
+++ b/Source/core/loader/FrameLoaderStateMachine.h
@@ -47,13 +47,15 @@ public:
CreatingInitialEmptyDocument,
DisplayingInitialEmptyDocument,
StartedFirstRealLoad,
- CommittedFirstRealLoad
+ CommittedFirstRealLoad,
+ CommittedMultipleRealLoads
};
bool startedFirstRealLoad() const;
bool committedFirstRealDocumentLoad() const;
bool creatingInitialEmptyDocument() const;
bool isDisplayingInitialEmptyDocument() const;
+ bool committedMultipleRealLoads() const;
void advanceTo(State);
private:

Powered by Google App Engine
This is Rietveld 408576698