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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.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/core/loader/FrameFetchContext.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
index 95ba140af3c0ab565045c32b9648bfecaf766822..d292ec6d6f2b647c17b03b1c5d45c1a39bc11c4b 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
@@ -122,6 +122,8 @@ WebCachePolicy DetermineWebCachePolicy(RequestMethod method,
: WebCachePolicy::kUseProtocolCachePolicy;
case kFrameLoadTypeReloadBypassingCache:
return WebCachePolicy::kBypassingCache;
+ case kFrameLoadTypeCount: {
+ }
}
NOTREACHED();
return WebCachePolicy::kUseProtocolCachePolicy;

Powered by Google App Engine
This is Rietveld 408576698