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

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

Issue 2383403002: Reflow comments in core/loader (Closed)
Patch Set: yhirano comments Created 4 years, 2 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.h
diff --git a/third_party/WebKit/Source/core/loader/NavigationScheduler.h b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
index 778bf188f13c000e944ee9418019d2adcf505037..b6ac577ef29e1910bd273b513f874287048c0a8a 100644
--- a/third_party/WebKit/Source/core/loader/NavigationScheduler.h
+++ b/third_party/WebKit/Source/core/loader/NavigationScheduler.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
- * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/)
+ * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved.
+ * (http://www.torchmobile.com/)
* Copyright (C) 2009 Adam Barth. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -90,8 +91,9 @@ class CORE_EXPORT NavigationScheduler final
Member<LocalFrame> m_frame;
std::unique_ptr<CancellableTaskFactory> m_navigateTaskFactory;
Member<ScheduledNavigation> m_redirect;
- WebScheduler::NavigatingFrameType
- m_frameType; // Exists because we can't deref m_frame in destructor.
+
+ // Exists because we can't deref m_frame in destructor.
+ WebScheduler::NavigatingFrameType m_frameType;
};
class NavigationDisablerForUnload {

Powered by Google App Engine
This is Rietveld 408576698