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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2925963002: Create NetworkQuietDetector. (Closed)
Patch Set: Add kNetworkIdle state. Created 3 years, 6 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/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index a0435f267707bbb6ec6879d5f1906d2200954a3a..2ef896d0d8be9a5cc210c267acab363abd2a77e6 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -237,7 +237,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
LocalFrameClient* Client() const;
ContentSettingsClient* GetContentSettingsClient();
- FrameResourceCoordinator* GetFrameResourceCoordinator() {
+ FrameResourceCoordinator* GetFrameResourceCoordinator() { // can be null
Zhen Wang 2017/06/08 16:25:56 nit: the comment should be in its own line, right?
lpy 2017/06/12 18:06:28 Done.
return frame_resource_coordinator_;
}

Powered by Google App Engine
This is Rietveld 408576698