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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp

Issue 2936723002: Report frequency of single page app navigations to UMA (Closed)
Patch Set: 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/web/WebLocalFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
index be01ab6966ef188e23feed074e686ea0e14a4646..b83489ea45582245ff24b8d027a2e9350bd5e23a 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
@@ -1731,6 +1731,8 @@ LocalFrame* WebLocalFrameImpl::CreateChildFrame(
new_request.GetResourceRequest().SetCachePolicy(
WebCachePolicy::kBypassingCache);
break;
+ case kFrameLoadTypeCount: {
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698