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

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

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months 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.cpp
diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
index 321eb1537c82bf9592693b0cd498e51d24c55d1a..a98bad827ddea602ae0bff0ec955feb81e9ec689 100644
--- a/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
+++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
@@ -524,8 +524,9 @@ void NavigationScheduler::startTimer() {
// task handle is destroyed on the dtor of this NavigationScheduler.
m_navigateTaskHandle =
scheduler->loadingTaskRunner()->postDelayedCancellableTask(
- BLINK_FROM_HERE, WTF::bind(&NavigationScheduler::navigateTask,
- wrapWeakPersistent(this)),
+ BLINK_FROM_HERE,
+ WTF::bind(&NavigationScheduler::navigateTask,
+ wrapWeakPersistent(this)),
m_redirect->delay() * 1000.0);
InspectorInstrumentation::frameScheduledNavigation(m_frame,

Powered by Google App Engine
This is Rietveld 408576698