| Index: third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.h b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| index b6ac577ef29e1910bd273b513f874287048c0a8a..7ac26b8f65a601ee3057c6af6ed26abe2ae57ab0 100644
|
| --- a/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| +++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
|
| @@ -68,7 +68,7 @@ class CORE_EXPORT NavigationScheduler final
|
| void scheduleLocationChange(Document*,
|
| const String& url,
|
| bool replacesCurrentItem = true);
|
| - void schedulePageBlock(Document*);
|
| + void schedulePageBlock(Document*, int reason);
|
| void scheduleFormSubmission(Document*, FormSubmission*);
|
| void scheduleReload();
|
|
|
|
|