| 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 a889fb54260bf9a6a53bbf6a890ecd2616eacf2e..10d870e116bf155873a06e0a9b86d7d5b5e54892 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();
|
|
|
|
|