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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h

Issue 2920663002: Class/struct layout optimization for blink Resource related classes (Closed)
Patch Set: Rebase 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
« no previous file with comments | « third_party/WebKit/public/platform/WebURLRequest.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h
index f9319d5d747923aca92c5aa420ac2a5bf1fc2b87..a0aa8381e1e2c928460e81abe0e04953b5395e59 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h
@@ -8,7 +8,7 @@
namespace blink {
// This enum is used for histograms so append only.
-enum WebServiceWorkerResponseType {
+enum WebServiceWorkerResponseType : uint8_t {
kWebServiceWorkerResponseTypeBasic,
kWebServiceWorkerResponseTypeCORS,
kWebServiceWorkerResponseTypeDefault,
« no previous file with comments | « third_party/WebKit/public/platform/WebURLRequest.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698