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

Unified Diff: third_party/WebKit/Source/core/loader/NavigationScheduler.h

Issue 2555963003: FasterLocationReload: use ReloadMainResource for JS exposed reloads (Closed)
Patch Set: more comments Created 4 years 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: 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 10d870e116bf155873a06e0a9b86d7d5b5e54892..50ec24c6a8828017fc9afb0cb687c21fb0ef383a 100644
--- a/third_party/WebKit/Source/core/loader/NavigationScheduler.h
+++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
@@ -33,6 +33,7 @@
#define NavigationScheduler_h
#include "core/CoreExport.h"
+#include "core/loader/FrameLoaderTypes.h"
#include "platform/WebTaskRunner.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebScheduler.h"
@@ -70,7 +71,7 @@ class CORE_EXPORT NavigationScheduler final
bool replacesCurrentItem = true);
void schedulePageBlock(Document*, int reason);
void scheduleFormSubmission(Document*, FormSubmission*);
- void scheduleReload();
+ void scheduleReload(FrameLoadType);
void startTimer();
void cancel();

Powered by Google App Engine
This is Rietveld 408576698