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

Unified Diff: public/platform/WebURLRequest.h

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust unrelated test expectation Created 6 years, 8 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: public/platform/WebURLRequest.h
diff --git a/public/platform/WebURLRequest.h b/public/platform/WebURLRequest.h
index 35b21a14c1db400ab6cc34bb4242d14ea3dfc7d1..91fda5019f415980254286c034de7d95f551cce0 100644
--- a/public/platform/WebURLRequest.h
+++ b/public/platform/WebURLRequest.h
@@ -85,6 +85,8 @@ public:
TargetIsPing = 15,
TargetIsServiceWorker = 16,
TargetIsUnspecified = 17,
+ // FIXME: add for real.
+ TargetIsBeacon = TargetIsPing
};
class ExtraData {

Powered by Google App Engine
This is Rietveld 408576698